index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
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/git/tip/tip
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
2021-04-20
perf data: Fix error return code in perf_data__create_dir()
Zhen Lei
1
-2
/
+3
2021-04-20
perf annotate: Add line number like in TUI and source location at EOL
Martin Liška
1
-16
/
+14
2021-04-20
perf stat: Basic support for iostat in perf
Alexander Antonov
6
-11
/
+136
2021-04-15
perf evlist: Add a method to return the list of evsels as a string
Arnaldo Carvalho de Melo
2
-0
/
+21
2021-04-13
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2
-4
/
+6
2021-04-08
perf pmu: Add pmu_events_map__find() function to find the common PMU map for the system
John Garry
4
-7
/
+10
2021-04-08
perf metricgroup: Make find_metric() public with name change
John Garry
2
-3
/
+5
2021-04-07
perf arm-spe: Avoid potential buffer overrun
Ian Rogers
1
-1
/
+3
2021-04-07
perf report: Fix wrong LBR block sorting
Jin Yao
1
-3
/
+3
2021-04-06
perf mem-events: Remove unnecessary 'struct mem_info' forward declaration
Wan Jiabing
1
-1
/
+0
2021-04-02
perf evsel: Remove duplicate 'struct target' forward declaration
Wan Jiabing
1
-1
/
+0
2021-04-02
Merge tag 'v5.12-rc5' into WIP.x86/core, to pick up recent NOP related changes
Ingo Molnar
7
-12
/
+57
2021-03-30
perf tools: Preserve identifier id in OCaml demangler
Fabian Hemmer
1
-12
/
+0
2021-03-29
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
7
-12
/
+57
2021-03-26
perf sort: Display sort dimension p_stage_cyc only on supported archs
Athira Rajeev
2
-0
/
+20
2021-03-26
perf tools: Support pipeline stage cycles for powerpc
Athira Rajeev
6
-6
/
+37
2021-03-26
perf sort: Add dynamic headers for perf report columns
Athira Rajeev
2
-1
/
+19
2021-03-25
perf tools: Remove duplicate struct forward declarations
Wan Jiabing
2
-2
/
+0
2021-03-24
perf record: Fix memory leak in vDSO found using ASAN
Namhyung Kim
1
-0
/
+2
2021-03-24
perf stat: Align CSV output for summary mode
Jin Yao
3
-0
/
+11
2021-03-23
perf stat: Introduce 'bperf' to share hardware PMCs with BPF
Song Liu
7
-7
/
+679
2021-03-23
perf tools: Fix various typos in comments
Ingo Molnar
38
-73
/
+74
2021-03-16
perf top: Fix BPF support related crash with perf_event_paranoid=3 + kptr_restrict
Jackie Liu
1
-3
/
+10
2021-03-15
perf stat: Improve readability of shadow stats
Changbin Du
3
-16
/
+22
2021-03-15
perf evlist: Change the COMM when preparing the workload
Arnaldo Carvalho de Melo
1
-0
/
+8
2021-03-15
perf pmu: Validate raw event with sysfs exported format bits
Jin Yao
3
-0
/
+39
2021-03-15
tools/perf: Convert to insn_decode()
Borislav Petkov
1
-7
/
+10
2021-03-10
perf synthetic events: Avoid write of uninitialized memory when generating PERF_RECORD_MMAP* records
Ian Rogers
1
-4
/
+5
2021-03-10
perf synthetic-events: Fix uninitialized 'kernel_thread' variable
Thomas Richter
1
-1
/
+1
2021-03-10
perf auxtrace: Fix auxtrace queue conflict
Adrian Hunter
1
-4
/
+0
2021-03-09
perf machine: Assign boolean values to a bool variable
Jiapeng Chong
1
-2
/
+2
2021-03-09
perf stat: Fixup __perf_stat_evsel__is() prefix
Arnaldo Carvalho de Melo
2
-5
/
+3
2021-03-08
perf symbols: Fix dso__fprintf_symbols_by_name() to return the number of printed chars
Arnaldo Carvalho de Melo
1
-1
/
+1
[prev]
[next]