index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
arch
/
powerpc
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-28
perf symbol: Remove arch__symbols__fixup_end()
Namhyung Kim
2
-26
/
+0
2022-01-10
perf powerpc: Update global/local variants for p_stage_cyc
Athira Rajeev
1
-1
/
+7
2021-11-07
perf parse-event: Add init and exit to parse_event_error
Ian Rogers
1
-1
/
+2
2021-11-07
perf parse-events: Rename parse_events_error functions
Ian Rogers
1
-1
/
+1
2021-11-01
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
1
-1
/
+1
2021-10-31
perf callchain: Fix compilation on powerpc with gcc11+
Jiri Olsa
1
-1
/
+1
2021-10-25
perf powerpc: Add support to expose instruction and data address registers as...
Athira Rajeev
1
-0
/
+2
2021-10-20
perf pmu: Make pmu_event tables const.
Ian Rogers
1
-1
/
+1
2021-06-01
perf tools: Support pmu prefix for mem-load event
Jin Yao
1
-1
/
+1
2021-03-26
perf sort: Display sort dimension p_stage_cyc only on supported archs
Athira Rajeev
1
-0
/
+7
2021-03-26
perf tools: Support pipeline stage cycles for powerpc
Athira Rajeev
1
-2
/
+16
2021-03-26
perf powerpc: Add support for PERF_SAMPLE_WEIGHT_STRUCT
Athira Rajeev
3
-0
/
+42
2021-03-23
perf tools: Fix various typos in comments
Ingo Molnar
2
-2
/
+2
2021-02-09
perf powerpc: Fix printf conversion specifier for IP addresses
Arnaldo Carvalho de Melo
1
-1
/
+2
2021-02-08
perf powerpc: Support exposing Performance Monitor Counter SPRs as part of ex...
Athira Rajeev
1
-0
/
+6
2021-02-03
perf powerpc: Fix gap between kernel end and module start
Athira Rajeev
2
-0
/
+25
2020-09-10
perf metricgroup: Pass pmu_event structure as a parameter for arch_get_runtim...
Kajol Jain
1
-2
/
+5
2020-08-10
Merge tag 'perf-tools-2020-08-10' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-8
/
+71
2020-08-07
perf tools powerpc: Add support for extended regs in power10
Athira Rajeev
1
-0
/
+6
2020-08-07
perf tools powerpc: Add support for extended register capability
Anju T Sudhakar
3
-8
/
+65
2020-07-23
KVM: PPC: Fix typo on H_DISABLE_AND_GET hcall
Leonardo Bras
1
-1
/
+1
2020-06-01
perf libdw: Fix off-by 1 relative directory includes
Ian Rogers
1
-3
/
+3
2020-05-28
perf powerpc: Don't ignore sym-handling.c file
Ravi Bangoria
1
-0
/
+1
2020-05-05
perf evsel: Rename perf_evsel__{str,int}val() and other tracepoint field mete...
Arnaldo Carvalho de Melo
1
-1
/
+1
2020-04-30
perf metricgroups: Enhance JSON/metric infrastructure to handle "?"
Kajol Jain
1
-0
/
+8
2020-03-23
perf symbols: Consolidate symbol fixup issue
Leo Yan
2
-11
/
+0
2020-03-06
tools: Fix off-by 1 relative directory includes
Ian Rogers
1
-2
/
+2
2019-11-18
perf parse: Report initial event parsing error
Ian Rogers
1
-2
/
+2
2019-09-30
perf tools: Propagate get_cpuid() error
Arnaldo Carvalho de Melo
1
-1
/
+2
2019-09-20
perf kvm stat: Set 'trace_cycles' as default event for 'perf kvm record' in p...
Anju T Sudhakar
1
-4
/
+12
2019-09-20
perf kvm: Add arch neutral function to choose event for perf kvm record
Anju T Sudhakar
1
-0
/
+37
2019-09-20
perf callchain: Remove needless event.h include
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-09-20
perf tools: Remove util.h from where it is not needed
Arnaldo Carvalho de Melo
2
-2
/
+0
2019-09-20
perf tools: Remove debug.h from places where it is not needed
Arnaldo Carvalho de Melo
1
-1
/
+0
2019-08-31
perf symbols: Move mem_info and branch_info out of symbol.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-31
perf symbols: Move symsrc prototypes to a separate header
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-31
perf event: Remove needless include directives from event.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-29
perf tools: Remove perf.h from source files not needing it
Arnaldo Carvalho de Melo
1
-1
/
+0
2019-07-29
perf evlist: Rename perf_evlist__new() to evlist__new()
Jiri Olsa
1
-1
/
+1
2019-07-29
perf evlist: Rename struct perf_evlist to struct evlist
Jiri Olsa
1
-3
/
+3
2019-07-29
perf evsel: Rename struct perf_evsel to struct evsel
Jiri Olsa
1
-3
/
+3
2019-07-09
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-07-09
perf tools: Add missing headers, mostly stdlib.h
Arnaldo Carvalho de Melo
1
-0
/
+2
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-3
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
3
-15
/
+3
2019-02-14
perf tools: Rename build libperf to perf
Jiri Olsa
1
-9
/
+9
2019-02-09
Merge tag 'perf-core-for-mingo-5.1-20190206' of git://git.kernel.org/pub/scm/...
Ingo Molnar
2
-0
/
+5
2019-02-06
perf powerpc kvm-stat: Add missing evlist.h header
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-02-06
perf kvm stat: Replace kvm-stat.h includes with forward declarations
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-02-06
perf powerpc: Add missing headers to skip-callchain-idx.c
Arnaldo Carvalho de Melo
1
-0
/
+3
[next]