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 evsel: Derive CPUs and threads in alloc_counts
Ian Rogers
2022-01-12
5
-20
/
+15
*
perf stat-display: Avoid use of core for CPU
Ian Rogers
2022-01-12
1
-23
/
+22
*
perf cpumap: Add CPU to aggr_cpu_id
Ian Rogers
2022-01-12
3
-4
/
+48
*
perf stat: Fix memory leak in check_per_pkg()
Ian Rogers
2022-01-12
1
-2
/
+3
*
perf cpumap: Trim the cpu_aggr_map
Ian Rogers
2022-01-12
1
-1
/
+9
*
perf cpumap: Add some comments to cpu_aggr_map
Ian Rogers
2022-01-12
1
-1
/
+9
*
perf cpumap: Move 'has' function to libperf
Ian Rogers
2022-01-12
6
-20
/
+13
*
perf cpumap: Rename cpu_map__get_X_aggr_by_cpu functions
Ian Rogers
2022-01-12
4
-24
/
+45
*
perf cpumap: Refactor cpu_map__build_map()
Ian Rogers
2022-01-12
3
-132
/
+130
*
perf cpumap: Remove cpu_map__cpu(), use libperf function
Ian Rogers
2022-01-12
4
-10
/
+4
*
perf cpumap: Remove map from function names that don't use a map
Ian Rogers
2022-01-12
4
-14
/
+27
*
perf cpumap: Document cpu__get_node() and remove redundant function
Ian Rogers
2022-01-12
2
-7
/
+9
*
perf cpumap: Rename empty functions
Ian Rogers
2022-01-12
4
-25
/
+25
*
perf cpumap: Simplify equal function name
Ian Rogers
2022-01-12
3
-16
/
+18
*
perf cpumap: Remove unused cpu_map__socket()
Ian Rogers
2022-01-12
1
-7
/
+0
*
perf cpumap: Add comments to aggr_cpu_id()
Ian Rogers
2022-01-12
1
-0
/
+9
*
perf cpumap: Remove map+index get_node()
Ian Rogers
2022-01-12
3
-10
/
+1
*
perf cpumap: Remove map+index get_core()
Ian Rogers
2022-01-12
3
-10
/
+1
*
perf cpumap: Remove map+index get_die()
Ian Rogers
2022-01-12
4
-12
/
+2
*
perf cpumap: Remove map+index get_socket()
Ian Rogers
2022-01-12
4
-12
/
+2
*
perf cpumap: Switch cpu_map__build_map() to cpu function
Ian Rogers
2022-01-12
3
-47
/
+11
*
perf stat: Switch to cpu version of cpu_map__get()
Ian Rogers
2022-01-12
3
-50
/
+57
*
perf stat: Switch aggregation to use for_each loop
Ian Rogers
2022-01-12
1
-21
/
+27
*
perf stat: Correct aggregation CPU map
Ian Rogers
2022-01-12
1
-1
/
+1
*
perf stat: Add aggr creators that are passed a cpu
Ian Rogers
2022-01-12
2
-34
/
+51
*
perf evsel: Improve error message for uncore events
Ian Rogers
2022-01-12
1
-0
/
+4
*
perf script: Fix hex dump character output
Adrian Hunter
2022-01-12
1
-1
/
+1
*
perf test: Enable system wide for metricgroups test
Ian Rogers
2022-01-11
1
-1
/
+1
*
perf annotate: Avoid TUI crash when navigating in the annotation of recursive...
Dario Petrillo
2022-01-10
1
-9
/
+14
*
perf powerpc: Update global/local variants for p_stage_cyc
Athira Rajeev
2022-01-10
1
-1
/
+7
*
perf sort: Include global and local variants for p_stage_cyc sort key
Athira Rajeev
2022-01-10
4
-12
/
+32
*
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2022-01-10
2
-20
/
+1
|
\
|
*
Revert "libtraceevent: Increase libtraceevent logging when verbose"
Arnaldo Carvalho de Melo
2022-01-07
1
-19
/
+0
|
*
perf trace: Avoid early exit due to running SIGCHLD handler before it makes s...
Jiri Olsa
2022-01-07
1
-1
/
+1
*
|
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2022-01-03
6
-21
/
+43
|
\
|
|
*
perf top: Fix TUI exit screen refresh race condition
yaowenbin
2022-01-02
1
-3
/
+5
|
*
perf pmu: Fix alias events list
John Garry
2022-01-02
1
-6
/
+17
|
*
perf scripts python: intel-pt-events.py: Fix printing of switch events
Adrian Hunter
2021-12-28
1
-10
/
+13
|
*
perf script: Fix CPU filtering of a script's switch events
Adrian Hunter
2021-12-28
1
-1
/
+1
|
*
perf intel-pt: Fix parsing of VM time correlation arguments
Adrian Hunter
2021-12-28
1
-0
/
+1
|
*
perf expr: Fix return value of ids__new()
Miaoqian Lin
2021-12-28
1
-1
/
+6
*
|
tools headers UAPI: Add new macros for mem_hops field to perf_event.h
Kajol Jain
2021-12-22
1
-11
/
+18
*
|
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2021-12-22
2
-4
/
+14
|
\
|
|
*
perf inject: Fix segfault due to perf_data__fd() without open
Adrian Hunter
2021-12-18
1
-3
/
+7
|
*
perf inject: Fix segfault due to close without open
Adrian Hunter
2021-12-18
1
-1
/
+2
|
*
perf expr: Fix missing check for return value of hashmap__new()
Miaoqian Lin
2021-12-18
1
-0
/
+5
*
|
perf arm64: Inject missing frames when using 'perf record --call-graph=fp'
Alexandre Truong
2021-12-21
5
-5
/
+89
*
|
perf tools: Refactor SMPL_REG macro in perf_regs.h
German Gomez
2021-12-21
1
-2
/
+5
*
|
perf callchain: Enable dwarf_callchain_users on arm64
Alexandre Truong
2021-12-21
4
-6
/
+18
*
|
perf script: Use callchain_param_setup() instead of open coded equivalent
Alexandre Truong
2021-12-21
1
-10
/
+1
[next]