index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
arch
/
powerpc
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf parse: Report initial event parsing error
Ian Rogers
2019-11-18
1
-2
/
+2
*
perf tools: Propagate get_cpuid() error
Arnaldo Carvalho de Melo
2019-09-30
1
-1
/
+2
*
perf kvm stat: Set 'trace_cycles' as default event for 'perf kvm record' in p...
Anju T Sudhakar
2019-09-20
1
-4
/
+12
*
perf kvm: Add arch neutral function to choose event for perf kvm record
Anju T Sudhakar
2019-09-20
1
-0
/
+37
*
perf callchain: Remove needless event.h include
Arnaldo Carvalho de Melo
2019-09-20
1
-0
/
+1
*
perf tools: Remove util.h from where it is not needed
Arnaldo Carvalho de Melo
2019-09-20
2
-2
/
+0
*
perf tools: Remove debug.h from places where it is not needed
Arnaldo Carvalho de Melo
2019-09-20
1
-1
/
+0
*
perf symbols: Move mem_info and branch_info out of symbol.h
Arnaldo Carvalho de Melo
2019-08-31
1
-0
/
+1
*
perf symbols: Move symsrc prototypes to a separate header
Arnaldo Carvalho de Melo
2019-08-31
1
-0
/
+1
*
perf event: Remove needless include directives from event.h
Arnaldo Carvalho de Melo
2019-08-31
1
-0
/
+1
*
perf tools: Remove perf.h from source files not needing it
Arnaldo Carvalho de Melo
2019-08-29
1
-1
/
+0
*
perf evlist: Rename perf_evlist__new() to evlist__new()
Jiri Olsa
2019-07-29
1
-1
/
+1
*
perf evlist: Rename struct perf_evlist to struct evlist
Jiri Olsa
2019-07-29
1
-3
/
+3
*
perf evsel: Rename struct perf_evsel to struct evsel
Jiri Olsa
2019-07-29
1
-3
/
+3
*
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
2019-07-09
1
-1
/
+1
*
perf tools: Add missing headers, mostly stdlib.h
Arnaldo Carvalho de Melo
2019-07-09
1
-0
/
+2
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-3
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
3
-15
/
+3
*
perf tools: Rename build libperf to perf
Jiri Olsa
2019-02-14
1
-9
/
+9
*
Merge tag 'perf-core-for-mingo-5.1-20190206' of git://git.kernel.org/pub/scm/...
Ingo Molnar
2019-02-09
2
-0
/
+5
|
\
|
*
perf powerpc kvm-stat: Add missing evlist.h header
Arnaldo Carvalho de Melo
2019-02-06
1
-0
/
+1
|
*
perf kvm stat: Replace kvm-stat.h includes with forward declarations
Arnaldo Carvalho de Melo
2019-02-06
1
-0
/
+1
|
*
perf powerpc: Add missing headers to skip-callchain-idx.c
Arnaldo Carvalho de Melo
2019-02-06
1
-0
/
+3
*
|
perf mem/c2c: Fix perf_mem_events to support powerpc
Ravi Bangoria
2019-02-04
2
-0
/
+12
|
/
*
powerpc/perf: Update perf_regs structure to include MMCRA
Madhavan Srinivasan
2019-01-08
1
-0
/
+1
*
powerpc/perf: Update perf_regs structure to include SIER
Madhavan Srinivasan
2018-12-20
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next
Paul Mackerras
2018-10-09
1
-1
/
+0
|
\
|
*
KVM: PPC: Book3S: Simplify external interrupt handling
Paul Mackerras
2018-10-09
1
-1
/
+0
*
|
perf probe powerpc: Ignore SyS symbols irrespective of endianness
Sandipan Das
2018-08-30
1
-1
/
+3
|
/
*
perf probe powerpc: Fix trace event post-processing
Sandipan Das
2018-08-09
1
-1
/
+3
*
perf powerpc: Fix callchain ip filtering when return address is in a register
Sandipan Das
2018-07-24
1
-2
/
+6
*
perf powerpc: Fix callchain ip filtering
Sandipan Das
2018-07-24
1
-1
/
+1
*
perf report powerpc: Fix crash if callchain is empty
Sandipan Das
2018-06-25
1
-1
/
+1
*
perf thread: Introduce thread__find_symbol()
Arnaldo Carvalho de Melo
2018-04-26
1
-2
/
+1
*
perf probe: Find versioned symbols from map
Masami Hiramatsu
2017-12-27
1
-0
/
+8
*
perf pmu: Pass pmu as a parameter to get_cpuid_str()
Ganapatrao Kulkarni
2017-12-05
1
-1
/
+1
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
6
-0
/
+6
*
perf probe: Allow placing uprobes in alternate namespaces.
Krister Johansen
2017-07-18
1
-1
/
+1
*
perf unwind: Support for powerpc
Paolo Bonzini
2017-06-21
2
-0
/
+75
*
perf symbols: Allow user probes on versioned symbols
Paul Clarke
2017-05-02
1
-0
/
+12
*
perf tools: Include errno.h where needed
Arnaldo Carvalho de Melo
2017-04-19
2
-0
/
+2
*
perf tools: Replace STR() calls with __stringify()
Arnaldo Carvalho de Melo
2017-04-19
1
-2
/
+3
*
perf sdt powerpc: Add argument support
Ravi Bangoria
2017-04-04
1
-0
/
+111
*
perf powerpc: Choose local entry point with kretprobes
Naveen N. Rao
2017-03-14
1
-4
/
+10
*
perf uretprobe ppc64le: Fix probe location
Ravi Bangoria
2016-10-05
1
-1
/
+2
*
perf powerpc: Support CPU ID matching for Powerpc
Sukadev Bhattiprolu
2016-10-03
1
-0
/
+11
*
perf symbols: Remove symbol_filter_t machinery
Arnaldo Carvalho de Melo
2016-09-05
1
-1
/
+1
*
perf ppc64le: Fix build failure when libelf is not present
Ravi Bangoria
2016-08-12
1
-0
/
+2
*
perf probe ppc64le: Fix probe location when using DWARF
Ravi Bangoria
2016-08-09
1
-4
/
+23
*
Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2016-05-20
3
-0
/
+147
|
\
[next]