index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf symbols: Fix arm64 gap between kernel start and module end
Kemeng Shi
2020-04-03
2
-0
/
+28
*
perf build-test: Honour JOBS to override detection of number of cores
Arnaldo Carvalho de Melo
2020-04-03
1
-3
/
+7
*
perf script: Add --show-cgroup-events option
Namhyung Kim
2020-04-03
2
-0
/
+44
*
perf top: Add --all-cgroups option
Namhyung Kim
2020-04-03
2
-0
/
+19
*
perf record: Add --all-cgroups option
Namhyung Kim
2020-04-03
5
-2
/
+27
*
perf record: Support synthesizing cgroup events
Namhyung Kim
2020-04-03
4
-0
/
+129
*
perf report: Add 'cgroup' sort key
Namhyung Kim
2020-04-03
5
-0
/
+54
*
perf cgroup: Maintain cgroup hierarchy
Namhyung Kim
2020-04-03
5
-5
/
+109
*
perf tools: Basic support for CGROUP event
Namhyung Kim
2020-04-03
13
-1
/
+74
*
perf tools: Add file-handle feature test
Namhyung Kim
2020-04-03
4
-2
/
+28
*
perf python: Include rwsem.c in the pythong biding
Arnaldo Carvalho de Melo
2020-04-03
1
-0
/
+1
*
tools headers UAPI: Update tools's copy of linux/perf_event.h
Namhyung Kim
2020-04-02
1
-2
/
+14
*
perf script: Introduce --deltatime option
Hagen Paul Pfeifer
2020-03-27
2
-0
/
+20
*
perf test x86: Add CET instructions to the new instructions test
Adrian Hunter
2020-03-27
3
-0
/
+544
*
x86/insn: Add Control-flow Enforcement (CET) instructions to the opcode map
Yu-cheng Yu
2020-03-27
1
-6
/
+11
*
perf: Normalize gcc parameter when generating arch errno table
He Zhe
2020-03-26
1
-1
/
+1
*
perf parse-events: Add defensive NULL check
Ian Rogers
2020-03-26
1
-6
/
+5
*
perf callchain: Update docs regarding kernel/user space unwinding
Tony Jones
2020-03-25
2
-12
/
+20
*
perf dso: Fix dso comparison
Ravi Bangoria
2020-03-24
1
-1
/
+21
*
perf cpumap: Fix snprintf overflow check
Christophe JAILLET
2020-03-24
1
-5
/
+5
*
perf test: Test pmu-events aliases
John Garry
2020-03-24
1
-1
/
+147
*
perf pmu: Make pmu_uncore_alias_match() public
John Garry
2020-03-24
2
-1
/
+2
*
perf pmu: Add is_pmu_core()
John Garry
2020-03-24
2
-0
/
+6
*
perf test: Add pmu-events test
John Garry
2020-03-24
4
-0
/
+239
*
perf pmu: Refactor pmu_add_cpu_aliases()
John Garry
2020-03-24
2
-8
/
+16
*
perf jevents: Support test events folder
John Garry
2020-03-24
1
-0
/
+30
*
perf jevents: Add some test events
John Garry
2020-03-24
3
-0
/
+59
*
perf tools: Unify a bit the build directory output
Jiri Olsa
2020-03-24
1
-4
/
+5
*
tools headers uapi: Update linux/in.h copy
Arnaldo Carvalho de Melo
2020-03-24
1
-0
/
+2
*
perf vendor events amd: Update Zen1 events to V2
Vijay Thakkar
2020-03-24
7
-136
/
+172
*
perf vendor events amd: Add Zen2 events
Vijay Thakkar
2020-03-24
7
-0
/
+1117
*
perf vendor events amd: Restrict model detection for zen1 based processors
Vijay Thakkar
2020-03-24
7
-1
/
+1
*
perf metricgroup: Fix printing event names of metric group with multiple even...
Kajol Jain
2020-03-24
1
-19
/
+30
*
perf stat: Align the output for interval aggregation mode
Jin Yao
2020-03-24
1
-3
/
+3
*
perf report/top TUI: Support hotkeys to let user select any event for sorting
Jin Yao
2020-03-24
1
-1
/
+27
*
perf report: Support a new key to reload the browser
Jin Yao
2020-03-24
4
-3
/
+6
*
perf report: Allow specifying event to be used as sort key in --group output
Jin Yao
2020-03-24
4
-15
/
+94
*
perf report/top TUI: Support hotkey 'a' for annotation of unresolved addresses
Jin Yao
2020-03-24
1
-11
/
+35
*
perf report: Support interactive annotation of code without symbols
Jin Yao
2020-03-24
2
-6
/
+38
*
perf report: Print al_addr when symbol is not found
Jin Yao
2020-03-23
1
-2
/
+4
*
perf symbols: Consolidate symbol fixup issue
Leo Yan
2020-03-23
5
-33
/
+8
*
perf parse-events: Fix 3 use after frees found with clang ASAN
Ian Rogers
2020-03-23
2
-3
/
+4
*
Merge tag 'perf-core-for-mingo-5.7-20200317' of git://git.kernel.org/pub/scm/...
Ingo Molnar
2020-03-19
32
-1123
/
+1340
|
\
|
*
perf expr: Fix copy/paste mistake
Jiri Olsa
2020-03-17
1
-2
/
+2
|
*
perf report: Fix no branch type statistics report issue
Jin Yao
2020-03-17
1
-5
/
+4
|
*
perf tools: Give synthetic mmap events an inode generation
Ian Rogers
2020-03-17
1
-0
/
+1
|
*
perf test: Print if shell directory isn't present
Ian Rogers
2020-03-13
1
-1
/
+4
|
*
perf record: Fix binding of AIO user space buffers to nodes
Alexey Budankov
2020-03-12
1
-6
/
+15
|
*
perf scripting perl: Add common_callchain to fix argument order
Michael Petlan
2020-03-11
6
-20
/
+20
|
*
perf intel-pt: Update intel-pt.txt file with new location of the documentation
Adrian Hunter
2020-03-11
1
-0
/
+1
[next]