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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-24
perf powerpc: Fix callchain ip filtering when return address is in a register
Sandipan Das
1
-2
/
+6
2018-07-24
perf powerpc: Fix callchain ip filtering
Sandipan Das
1
-1
/
+1
2018-06-25
perf report powerpc: Fix crash if callchain is empty
Sandipan Das
1
-1
/
+1
2018-04-26
perf map: Remove map_type arg from map_groups__find()
Arnaldo Carvalho de Melo
1
-1
/
+1
2018-04-26
perf map: Shorten map_groups__find() signature
Arnaldo Carvalho de Melo
1
-1
/
+1
2018-04-26
perf thread: Introduce thread__find_symbol()
Arnaldo Carvalho de Melo
1
-2
/
+1
2018-02-16
perf powerpc: Generate system call table from asm/unistd.h
Ravi Bangoria
2
-0
/
+62
2017-12-27
perf probe: Find versioned symbols from map
Masami Hiramatsu
1
-0
/
+8
2017-12-05
perf pmu: Pass pmu as a parameter to get_cpuid_str()
Ganapatrao Kulkarni
1
-1
/
+1
2017-11-07
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
14
-0
/
+14
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
14
-0
/
+14
2017-10-23
perf annotate: Remove arch::cpuid_parse callback
Jiri Olsa
1
-1
/
+3
2017-07-18
perf probe: Allow placing uprobes in alternate namespaces.
Krister Johansen
1
-1
/
+1
2017-06-21
perf unwind: Support for powerpc
Paolo Bonzini
2
-0
/
+75
2017-05-02
perf symbols: Allow user probes on versioned symbols
Paul Clarke
1
-0
/
+12
2017-04-19
perf tools: Include errno.h where needed
Arnaldo Carvalho de Melo
2
-0
/
+2
2017-04-19
perf tools: Replace STR() calls with __stringify()
Arnaldo Carvalho de Melo
1
-2
/
+3
2017-04-04
perf sdt powerpc: Add argument support
Ravi Bangoria
1
-0
/
+111
2017-03-14
perf powerpc: Choose local entry point with kretprobes
Naveen N. Rao
1
-4
/
+10
2016-11-25
perf annotate: Initial PowerPC support
Ravi Bangoria
1
-0
/
+58
2016-10-05
perf uretprobe ppc64le: Fix probe location
Ravi Bangoria
1
-1
/
+2
2016-10-03
perf powerpc: Support CPU ID matching for Powerpc
Sukadev Bhattiprolu
1
-0
/
+11
2016-09-29
perf tests: Add dwarf unwind test for powerpc
Ravi Bangoria
7
-0
/
+191
2016-09-05
perf symbols: Remove symbol_filter_t machinery
Arnaldo Carvalho de Melo
1
-1
/
+1
2016-09-01
perf probe: Support probing on offline cross-arch binary
Masami Hiramatsu
1
-0
/
+27
2016-08-12
perf ppc64le: Fix build failure when libelf is not present
Ravi Bangoria
1
-0
/
+2
2016-08-09
perf probe ppc64le: Fix probe location when using DWARF
Ravi Bangoria
1
-4
/
+23
2016-05-20
Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
4
-0
/
+216
2016-05-11
perf/powerpc: Add support for unwinding perf-stackdump
Chandan Kumar
2
-0
/
+97
2016-05-05
perf symbols: Fix kallsyms perf test on ppc64le
Naveen N. Rao
1
-8
/
+20
2016-05-05
perf powerpc: Fix kprobe and kretprobe handling with kallsyms on ppc64le
Naveen N. Rao
1
-5
/
+14
2016-05-05
perf tools powerpc: Add support for generating bpf prologue
Naveen N. Rao
2
-12
/
+29
2016-04-21
tool/perf: Add sample_reg_mask to include all perf_regs
Madhavan Srinivasan
2
-0
/
+50
2016-04-21
tools/perf: Map the ID values with register names
Anju T
1
-0
/
+69
2016-03-28
perf tools: Fix build break on powerpc
Sukadev Bhattiprolu
1
-0
/
+2
2016-03-23
perf tools: Do not include stringify.h from the kernel sources
Arnaldo Carvalho de Melo
1
-3
/
+1
2016-03-10
perf jitdump: Build only on supported archs
Jiri Olsa
1
-0
/
+1
2016-01-29
perf kvm/powerpc: Add support for HCALL reasons
Hemant Kumar
2
-1
/
+187
2016-01-29
perf kvm/powerpc: Port perf kvm stat to powerpc
Hemant Kumar
4
-0
/
+143
2015-05-04
perf probe ppc64le: Fixup function entry if using kallsyms lookup
Naveen N. Rao
1
-0
/
+15
2015-05-04
perf probe ppc64le: Prefer symbol table lookup over DWARF
Naveen N. Rao
1
-0
/
+8
2015-05-04
perf probe ppc64le: Fix ppc64 ABIv2 symbol decoding
Ananth N Mavinakayanahalli
1
-0
/
+7
2015-05-04
perf probe ppc: Enable matching against dot symbols automatically
Naveen N. Rao
1
-0
/
+13
2015-05-04
perf probe ppc: Use the right prefix when ignoring SyS symbols on ppc
Naveen N. Rao
1
-0
/
+20
2015-05-04
perf probe ppc: Fix symbol fixup issues due to ELF type
Naveen N. Rao
2
-0
/
+20
2015-02-12
perf build: Add arch powerpc objects building
Jiri Olsa
3
-3
/
+5
2015-02-12
perf build: Add arch x86 objects building
Jiri Olsa
1
-0
/
+0
2015-01-16
perf tools powerpc: Use dwfl_report_elf() instead of offline.
Sukadev Bhattiprolu
1
-8
/
+11
2014-10-29
perf tools: A thread's machine can be found via thread->mg->machine
Arnaldo Carvalho de Melo
1
-3
/
+2
2014-10-29
perf tools powerpc: Cache the DWARF debug info
Sukadev Bhattiprolu
1
-11
/
+22
[next]