index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf libdw: Fix off-by 1 relative directory includes
Ian Rogers
2020-06-01
3
-9
/
+9
*
perf test: Initialize memory in dwarf-unwind
Ian Rogers
2020-06-01
1
-0
/
+8
*
perf intel-pt: Refine kernel decoding only warning message
Adrian Hunter
2020-05-28
1
-1
/
+2
*
perf record: Respect --no-switch-events
Adrian Hunter
2020-05-28
2
-2
/
+4
*
perf parse-events: Make add PMU verbose output clearer
Ian Rogers
2020-05-28
1
-12
/
+20
*
perf powerpc: Don't ignore sym-handling.c file
Ravi Bangoria
2020-05-28
1
-0
/
+1
*
perf evsel: Rename *perf_evsel__get_config_term() & friends to evsel__env()
Arnaldo Carvalho de Melo
2020-05-28
2
-4
/
+3
*
perf evsel: Rename perf_evsel__parse_sample*() to evsel__parse_sample*()
Arnaldo Carvalho de Melo
2020-05-05
1
-4
/
+2
*
perf evsel: Rename perf_evsel__{str,int}val() and other tracepoint field mete...
Arnaldo Carvalho de Melo
2020-05-05
3
-11
/
+11
*
perf evsel: Rename *perf_evsel__*set_sample_*() to *evsel__*set_sample_*()
Arnaldo Carvalho de Melo
2020-05-05
4
-19
/
+19
*
perf evsel: Rename *perf_evsel__*name() to *evsel__*name()
Arnaldo Carvalho de Melo
2020-05-05
1
-1
/
+1
*
perf tools: Move routines that probe for perf API features to separate file
Arnaldo Carvalho de Melo
2020-05-05
2
-0
/
+2
*
perf metricgroups: Enhance JSON/metric infrastructure to handle "?"
Kajol Jain
2020-04-30
1
-0
/
+8
*
tools headers: Update x86's syscall_64.tbl with the kernel sources
Arnaldo Carvalho de Melo
2020-04-14
1
-370
/
+370
*
perf symbols: Fix arm64 gap between kernel start and module end
Kemeng Shi
2020-04-03
2
-0
/
+28
*
perf test x86: Add CET instructions to the new instructions test
Adrian Hunter
2020-03-27
3
-0
/
+544
*
perf symbols: Consolidate symbol fixup issue
Leo Yan
2020-03-23
4
-31
/
+0
*
tools: Fix off-by 1 relative directory includes
Ian Rogers
2020-03-06
11
-65
/
+65
*
perf arch powerpc: Sync powerpc syscall.tbl with the kernel sources
Arnaldo Carvalho de Melo
2020-02-18
1
-0
/
+2
*
perf auxtrace: Add auxtrace_record__read_finish()
Adrian Hunter
2020-02-18
4
-73
/
+8
*
perf arm-spe: Fix endless record after being terminated
Adrian Hunter
2020-02-18
1
-1
/
+4
*
perf cs-etm: Fix endless record after being terminated
Wei Li
2020-02-18
1
-1
/
+4
*
perf intel-bts: Fix endless record after being terminated
Wei Li
2020-02-18
1
-1
/
+4
*
perf intel-pt: Fix endless record after being terminated
Wei Li
2020-02-18
1
-1
/
+4
*
perf tools: Add arm64 version of get_cpuid()
John Garry
2020-02-12
1
-15
/
+48
*
tools include UAPI: Sync x86's syscalls_64.tbl, generic unistd.h and fcntl.h ...
Arnaldo Carvalho de Melo
2020-02-11
1
-0
/
+2
*
perf parse: Refactor 'struct perf_evsel_config_term'
Leo Yan
2020-01-30
1
-1
/
+1
*
perf bench: Update the copies of x86's mem{cpy,set}_64.S
Arnaldo Carvalho de Melo
2019-12-02
3
-8
/
+8
*
perf maps: Rename map_groups.h to maps.h
Arnaldo Carvalho de Melo
2019-11-26
4
-4
/
+4
*
perf map_symbol: Rename ms->mg to ms->maps
Arnaldo Carvalho de Melo
2019-11-26
1
-1
/
+1
*
perf thread: Rename thread->mg to thread->maps
Arnaldo Carvalho de Melo
2019-11-26
4
-4
/
+4
*
perf maps: Merge 'struct maps' with 'struct map_groups'
Arnaldo Carvalho de Melo
2019-11-26
6
-8
/
+7
*
x86/insn: perf tools: Add some more instructions to the new instructions test
Adrian Hunter
2019-11-26
3
-0
/
+1505
*
perf intel-bts: Does not support AUX area sampling
Adrian Hunter
2019-11-22
2
-0
/
+7
*
perf intel-pt: Add support for recording AUX area samples
Adrian Hunter
2019-11-22
2
-1
/
+82
*
perf parse: Report initial event parsing error
Ian Rogers
2019-11-18
1
-2
/
+2
*
x86/insn: perf tools: Add some instructions to the new instructions test
Adrian Hunter
2019-11-18
3
-0
/
+223
*
perf annotate: Stop using map->groups, use map_symbol->mg instead
Arnaldo Carvalho de Melo
2019-11-12
1
-1
/
+1
*
pref tools: Make 'struct addr_map_symbol' contain 'struct map_symbol'
Arnaldo Carvalho de Melo
2019-11-12
1
-3
/
+3
*
perf map_groups: Pass the object to map_groups__find_ams()
Arnaldo Carvalho de Melo
2019-11-12
1
-1
/
+1
*
perf tools: Fix cross compile for ARM64
John Garry
2019-11-06
1
-1
/
+2
*
perf maps: Add for_each_entry()/_safe() iterators
Arnaldo Carvalho de Melo
2019-11-06
1
-1
/
+1
*
libperf: Adopt perf_mmap__read_event() from tools/perf
Jiri Olsa
2019-10-10
1
-1
/
+1
*
libperf: Adopt perf_mmap__read_done() from tools/perf
Jiri Olsa
2019-10-10
1
-1
/
+1
*
libperf: Adopt perf_mmap__read_init() from tools/perf
Jiri Olsa
2019-10-10
1
-1
/
+1
*
libperf: Adopt perf_mmap__consume() function from tools/perf
Jiri Olsa
2019-10-10
1
-1
/
+2
*
perf tools: Avoid 'sample_reg_masks' being const + weak
Ian Rogers
2019-10-10
10
-0
/
+38
*
perf annotate: Fix arch specific ->init() failure errors
Arnaldo Carvalho de Melo
2019-09-30
4
-8
/
+12
*
perf tools: Propagate get_cpuid() error
Arnaldo Carvalho de Melo
2019-09-30
3
-6
/
+9
*
perf unwind: Fix libunwind build failure on i386 systems
Arnaldo Carvalho de Melo
2019-09-26
1
-1
/
+1
[next]