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
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf stat: Fix error check for bpf_program__attach
Namhyung Kim
2021-05-27
1
-2
/
+2
*
perf stat: Skip evlist__[enable|disable] when all events uses BPF
Song Liu
2021-05-21
1
-3
/
+0
*
perf script: Add missing PERF_IP_FLAG_CHARS for VM-Entry and VM-Exit
Adrian Hunter
2021-05-21
1
-1
/
+1
*
perf parse-events: Check if the software events array slots are populated
Arnaldo Carvalho de Melo
2021-05-21
1
-2
/
+7
*
perf tools: Add 'cgroup-switches' software event
Namhyung Kim
2021-05-19
2
-0
/
+5
*
perf intel-pt: Remove redundant setting of ptq->insn_len
Adrian Hunter
2021-05-19
1
-1
/
+0
*
perf intel-pt: Fix sample instruction bytes
Adrian Hunter
2021-05-19
1
-1
/
+4
*
perf intel-pt: Fix transaction abort handling
Adrian Hunter
2021-05-19
1
-1
/
+5
*
perf test: Fix libpfm4 support (63) test error for nested event groups
Thomas Richter
2021-05-19
1
-1
/
+10
*
perf tools: Fix dynamic libbpf link
Jiri Olsa
2021-05-10
1
-0
/
+7
*
perf session: Fix swapping of cpu_map and stat_config records
Dmitry Koshelev
2021-05-10
1
-2
/
+2
*
perf record: Disallow -c and -F option at the same time
Namhyung Kim
2021-05-10
1
-1
/
+7
*
Merge tag 'perf-tools-for-v5.13-2021-04-29' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2021-05-01
90
-300
/
+2588
|
\
|
*
perf session: Dump PERF_RECORD_TIME_CONV event
Leo Yan
2021-04-29
3
-1
/
+46
|
*
perf session: Add swap operation for event TIME_CONV
Leo Yan
2021-04-29
1
-1
/
+14
|
*
perf jit: Let convert_timestamp() to be backwards-compatible
Leo Yan
2021-04-29
1
-10
/
+20
|
*
perf stat: Warn group events from different hybrid PMU
Jin Yao
2021-04-29
5
-0
/
+58
|
*
perf stat: Filter out unmatched aggregation for hybrid event
Jin Yao
2021-04-29
1
-0
/
+3
|
*
perf record: Create two hybrid 'cycles' events by default
Jin Yao
2021-04-29
6
-5
/
+62
|
*
perf parse-events: Support event inside hybrid pmu
Jin Yao
2021-04-29
1
-0
/
+63
|
*
perf parse-events: Compare with hybrid pmu name
Jin Yao
2021-04-29
5
-8
/
+34
|
*
perf parse-events: Create two hybrid raw events
Jin Yao
2021-04-29
1
-1
/
+37
|
*
perf parse-events: Create two hybrid cache events
Jin Yao
2021-04-29
3
-1
/
+37
|
*
perf parse-events: Create two hybrid hardware events
Jin Yao
2021-04-29
5
-0
/
+141
|
*
perf stat: Uniquify hybrid event name
Jin Yao
2021-04-29
3
-2
/
+17
|
*
perf pmu: Add hybrid helper functions
Jin Yao
2021-04-29
4
-0
/
+57
|
*
perf pmu: Save detected hybrid pmus to a global pmu list
Jin Yao
2021-04-29
5
-1
/
+80
|
*
perf pmu: Save pmu name
Jin Yao
2021-04-29
2
-1
/
+10
|
*
perf pmu: Simplify arguments of __perf_pmu__new_alias
Jin Yao
2021-04-29
1
-20
/
+16
|
*
perf report: Add --skip-empty option to suppress 0 event stat
Namhyung Kim
2021-04-29
5
-6
/
+14
|
*
perf hists: Split hists_stats from events_stats
Namhyung Kim
2021-04-29
3
-11
/
+23
|
*
perf data: Add JSON export
Nicholas Fraser
2021-04-29
5
-12
/
+396
|
*
perf stat: Introduce bpf_counter_ops->disable()
Song Liu
2021-04-29
4
-0
/
+43
|
*
perf stat: Introduce ':b' modifier
Song Liu
2021-04-29
4
-3
/
+10
|
*
perf stat: Introduce config stat.bpf-counter-events
Song Liu
2021-04-29
5
-6
/
+36
|
*
perf bpf: check perf_attr_map is compatible with the perf binary
Song Liu
2021-04-29
1
-0
/
+19
|
*
perf util: Move bpf_perf definitions to a libperf header
Song Liu
2021-04-29
1
-24
/
+3
|
*
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2021-04-26
2
-3
/
+6
|
|
\
|
*
|
perf data: Fix error return code in perf_data__create_dir()
Zhen Lei
2021-04-20
1
-2
/
+3
|
*
|
perf annotate: Add line number like in TUI and source location at EOL
Martin Liška
2021-04-20
1
-16
/
+14
|
*
|
perf stat: Basic support for iostat in perf
Alexander Antonov
2021-04-20
6
-11
/
+136
|
*
|
perf evlist: Add a method to return the list of evsels as a string
Arnaldo Carvalho de Melo
2021-04-15
2
-0
/
+21
|
*
|
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2021-04-13
2
-4
/
+6
|
|
\
\
|
*
|
|
perf pmu: Add pmu_events_map__find() function to find the common PMU map for ...
John Garry
2021-04-08
4
-7
/
+10
|
*
|
|
perf metricgroup: Make find_metric() public with name change
John Garry
2021-04-08
2
-3
/
+5
|
*
|
|
perf mem-events: Remove unnecessary 'struct mem_info' forward declaration
Wan Jiabing
2021-04-06
1
-1
/
+0
|
*
|
|
perf evsel: Remove duplicate 'struct target' forward declaration
Wan Jiabing
2021-04-02
1
-1
/
+0
|
*
|
|
perf tools: Preserve identifier id in OCaml demangler
Fabian Hemmer
2021-03-30
1
-12
/
+0
|
*
|
|
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2021-03-29
7
-12
/
+57
|
|
\
\
\
|
*
|
|
|
perf sort: Display sort dimension p_stage_cyc only on supported archs
Athira Rajeev
2021-03-26
2
-0
/
+20
[next]