index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf parser: Add support to specify rXXX event with pmu
Jiri Olsa
2020-04-18
4
-1
/
+31
*
perf doc: allow ASCIIDOC_EXTRA to be an argument
Ian Rogers
2020-04-18
1
-2
/
+2
*
perf pmu: Add support for PMU capabilities
Kan Liang
2020-04-18
2
-0
/
+91
*
perf stat: Force error in fallback on :k events
Stephane Eranian
2020-04-18
1
-0
/
+4
*
perf tools: Add support for leader-sampling with AUX area events
Adrian Hunter
2020-04-18
2
-6
/
+42
*
perf evlist: Allow multiple read formats
Adrian Hunter
2020-04-18
1
-2
/
+4
*
perf evsel: Rearrange perf_evsel__config_leader_sampling()
Adrian Hunter
2020-04-18
1
-13
/
+13
*
perf evlist: Move leader-sampling configuration
Adrian Hunter
2020-04-18
2
-19
/
+29
*
perf evsel: Move and globalize perf_evsel__find_pmu() and perf_evsel__is_aux_...
Adrian Hunter
2020-04-18
3
-19
/
+23
*
perf intel-pt: Add support for synthesizing callchains for regular events
Adrian Hunter
2020-04-16
1
-7
/
+61
*
perf evsel: Add support for synthesized sample type
Adrian Hunter
2020-04-16
1
-1
/
+14
*
perf evsel: Be consistent when looking which evsel PERF_SAMPLE_ bits are set
Adrian Hunter
2020-04-16
1
-1
/
+1
*
perf thread-stack: Add thread_stack__sample_late()
Adrian Hunter
2020-04-16
2
-0
/
+60
*
perf auxtrace: Add an option to synthesize callchains for regular events
Adrian Hunter
2020-04-16
6
-4
/
+12
*
perf auxtrace: For reporting purposes, un-group AUX area event
Adrian Hunter
2020-04-16
1
-5
/
+55
*
perf s390-cpumsf: Implement ->evsel_is_auxtrace() callback
Adrian Hunter
2020-04-16
2
-0
/
+10
*
perf cs-etm: Implement ->evsel_is_auxtrace() callback
Adrian Hunter
2020-04-16
1
-0
/
+11
*
perf arm-spe: Implement ->evsel_is_auxtrace() callback
Adrian Hunter
2020-04-16
1
-0
/
+9
*
perf intel-bts: Implement ->evsel_is_auxtrace() callback
Adrian Hunter
2020-04-16
1
-0
/
+10
*
perf intel-pt: Implement ->evsel_is_auxtrace() callback
Adrian Hunter
2020-04-16
1
-0
/
+10
*
perf auxtrace: Add ->evsel_is_auxtrace() callback
Adrian Hunter
2020-04-16
2
-0
/
+21
*
perf script: Add flamegraph.py script
Andreas Gerstmayr
2020-04-16
3
-0
/
+129
*
perf metrictroup: Split the metricgroup__add_metric function
Kajol Jain
2020-04-16
1
-25
/
+35
*
perf expr: Add expr_scanner_ctx object
Jiri Olsa
2020-04-16
3
-7
/
+13
*
perf expr: Add expr_ prefix for parse_ctx and parse_id
Jiri Olsa
2020-04-16
5
-17
/
+17
*
perf synthetic-events: save 4kb from 2 stack frames
Ian Rogers
2020-04-16
1
-12
/
+10
*
perf bench: Add event synthesis benchmark
Ian Rogers
2020-04-16
5
-2
/
+117
*
perf script: Simplify auxiliary event printing functions
Adrian Hunter
2020-04-16
1
-238
/
+66
*
perf tools: Support CAP_PERFMON capability
Alexey Budankov
2020-04-16
5
-8
/
+15
*
perf annotate: Add basic support for bpf_image
Jiri Olsa
2020-04-16
5
-0
/
+34
*
perf machine: Set ksymbol dso as loaded on arrival
Jiri Olsa
2020-04-16
1
-0
/
+1
*
perf tools: Synthesize bpf_trampoline/dispatcher ksymbol event
Jiri Olsa
2020-04-16
1
-0
/
+93
*
perf stat: Honour --timeout for forked workloads
Arnaldo Carvalho de Melo
2020-04-16
1
-1
/
+4
*
tools headers: Synchronize linux/bits.h with the kernel sources
Arnaldo Carvalho de Melo
2020-04-14
1
-0
/
+2
*
tools headers: Update x86's syscall_64.tbl with the kernel sources
Arnaldo Carvalho de Melo
2020-04-14
1
-370
/
+370
*
tools headers UAPI: Sync linux/mman.h with the kernel
Arnaldo Carvalho de Melo
2020-04-14
1
-0
/
+1
*
tools headers UAPI: Sync sched.h with the kernel
Arnaldo Carvalho de Melo
2020-04-14
1
-0
/
+1
*
tools headers: Update linux/vdso.h and grab a copy of vdso/const.h
Arnaldo Carvalho de Melo
2020-04-14
1
-0
/
+1
*
perf stat: Fix no metric header if --per-socket and --metric-only set
Jin Yao
2020-04-14
1
-2
/
+5
*
perf python: Check if clang supports -fno-semantic-interposition
Arnaldo Carvalho de Melo
2020-04-14
1
-0
/
+2
*
Merge tag 'perf-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2020-04-05
91
-615
/
+2987
|
\
|
*
perf python: Fix clang detection to strip out options passed in $CC
Arnaldo Carvalho de Melo
2020-04-03
1
-1
/
+1
|
*
perf tools: Support Python 3.8+ in Makefile
Sam Lunt
2020-04-03
1
-1
/
+10
|
*
perf script: Fix invalid read of directory entry after closedir()
Andreas Gerstmayr
2020-04-03
1
-1
/
+1
|
*
perf script report: Fix SEGFAULT when using DWARF mode
Andreas Gerstmayr
2020-04-03
1
-0
/
+3
|
*
perf script: add -S/--symbols documentation
Ian Rogers
2020-04-03
1
-0
/
+8
|
*
perf pmu-events x86: Use CPU_CLK_UNHALTED.THREAD in Kernel_Utilization metric
Jin Yao
2020-04-03
12
-12
/
+12
|
*
perf events parser: Add missing Intel CPU events to parser
Adrian Hunter
2020-04-03
1
-5
/
+7
|
*
perf script: Allow --symbol to accept hexadecimal addresses
Stephane Eranian
2020-04-03
1
-4
/
+17
|
*
perf report/top TUI: Fix title line formatting
Arnaldo Carvalho de Melo
2020-04-03
1
-4
/
+4
[next]