index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-11
perf session: Correct buffer copying when peeking events
Leo Yan
1
-0
/
+1
2021-06-04
perf env: Fix memory leak of bpf_prog_info_linear member
Riccardo Mancini
1
-0
/
+1
2021-06-04
perf symbol-elf: Fix memory leak by freeing sdt_note.args
Riccardo Mancini
1
-0
/
+1
2021-06-04
perf stat: Honor event config name on --no-merge
Namhyung Kim
1
-5
/
+3
2021-06-04
perf evsel: Add missing cloning of evsel->use_config_name
Namhyung Kim
2
-2
/
+3
2021-06-01
perf stat: Fix error return code in bperf__load()
Yu Kuai
1
-2
/
+4
2021-06-01
perf record: Move probing cgroup sampling support
Namhyung Kim
2
-0
/
+11
2021-06-01
perf probe: Fix NULL pointer dereference in convert_variable_location()
Li Huafei
2
-2
/
+9
2021-05-27
perf stat: Fix error check for bpf_program__attach
Namhyung Kim
1
-2
/
+2
2021-05-21
perf stat: Skip evlist__[enable|disable] when all events uses BPF
Song Liu
1
-3
/
+0
2021-05-21
perf script: Add missing PERF_IP_FLAG_CHARS for VM-Entry and VM-Exit
Adrian Hunter
1
-1
/
+1
2021-05-21
perf parse-events: Check if the software events array slots are populated
Arnaldo Carvalho de Melo
1
-2
/
+7
2021-05-19
perf tools: Add 'cgroup-switches' software event
Namhyung Kim
2
-0
/
+5
2021-05-19
perf intel-pt: Remove redundant setting of ptq->insn_len
Adrian Hunter
1
-1
/
+0
2021-05-19
perf intel-pt: Fix sample instruction bytes
Adrian Hunter
1
-1
/
+4
2021-05-19
perf intel-pt: Fix transaction abort handling
Adrian Hunter
1
-1
/
+5
2021-05-19
perf test: Fix libpfm4 support (63) test error for nested event groups
Thomas Richter
1
-1
/
+10
2021-05-10
perf tools: Fix dynamic libbpf link
Jiri Olsa
1
-0
/
+7
2021-05-10
perf session: Fix swapping of cpu_map and stat_config records
Dmitry Koshelev
1
-2
/
+2
2021-05-10
perf record: Disallow -c and -F option at the same time
Namhyung Kim
1
-1
/
+7
2021-05-01
Merge tag 'perf-tools-for-v5.13-2021-04-29' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
90
-300
/
+2588
2021-04-29
perf session: Dump PERF_RECORD_TIME_CONV event
Leo Yan
3
-1
/
+46
2021-04-29
perf session: Add swap operation for event TIME_CONV
Leo Yan
1
-1
/
+14
2021-04-29
perf jit: Let convert_timestamp() to be backwards-compatible
Leo Yan
1
-10
/
+20
2021-04-29
perf stat: Warn group events from different hybrid PMU
Jin Yao
5
-0
/
+58
2021-04-29
perf stat: Filter out unmatched aggregation for hybrid event
Jin Yao
1
-0
/
+3
2021-04-29
perf record: Create two hybrid 'cycles' events by default
Jin Yao
6
-5
/
+62
2021-04-29
perf parse-events: Support event inside hybrid pmu
Jin Yao
1
-0
/
+63
2021-04-29
perf parse-events: Compare with hybrid pmu name
Jin Yao
5
-8
/
+34
2021-04-29
perf parse-events: Create two hybrid raw events
Jin Yao
1
-1
/
+37
2021-04-29
perf parse-events: Create two hybrid cache events
Jin Yao
3
-1
/
+37
2021-04-29
perf parse-events: Create two hybrid hardware events
Jin Yao
5
-0
/
+141
2021-04-29
perf stat: Uniquify hybrid event name
Jin Yao
3
-2
/
+17
2021-04-29
perf pmu: Add hybrid helper functions
Jin Yao
4
-0
/
+57
2021-04-29
perf pmu: Save detected hybrid pmus to a global pmu list
Jin Yao
5
-1
/
+80
2021-04-29
perf pmu: Save pmu name
Jin Yao
2
-1
/
+10
2021-04-29
perf pmu: Simplify arguments of __perf_pmu__new_alias
Jin Yao
1
-20
/
+16
2021-04-29
perf report: Add --skip-empty option to suppress 0 event stat
Namhyung Kim
5
-6
/
+14
2021-04-29
perf hists: Split hists_stats from events_stats
Namhyung Kim
3
-11
/
+23
2021-04-29
perf data: Add JSON export
Nicholas Fraser
5
-12
/
+396
2021-04-29
perf stat: Introduce bpf_counter_ops->disable()
Song Liu
4
-0
/
+43
2021-04-29
perf stat: Introduce ':b' modifier
Song Liu
4
-3
/
+10
2021-04-29
perf stat: Introduce config stat.bpf-counter-events
Song Liu
5
-6
/
+36
2021-04-29
perf bpf: check perf_attr_map is compatible with the perf binary
Song Liu
1
-0
/
+19
2021-04-29
perf util: Move bpf_perf definitions to a libperf header
Song Liu
1
-24
/
+3
2021-04-27
Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-7
/
+10
2021-04-26
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2
-3
/
+6
2021-04-23
perf map: Fix error return code in maps__clone()
Zhen Lei
1
-2
/
+5
2021-04-23
perf auxtrace: Fix potential NULL pointer dereference
Leo Yan
1
-1
/
+1
2021-04-20
perf data: Fix error return code in perf_data__create_dir()
Zhen Lei
1
-2
/
+3
[next]