index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-27
perf stat: Remove unused perf_counts.aggr field
Namhyung Kim
3
-35
/
+6
2022-10-27
perf stat: Display percore events properly
Namhyung Kim
1
-2
/
+25
2022-10-27
perf stat: Display event stats using aggr counts
Namhyung Kim
3
-386
/
+49
2022-10-27
perf stat: Add perf_stat_process_shadow_stats()
Namhyung Kim
2
-24
/
+27
2022-10-27
perf stat: Add perf_stat_process_percore()
Namhyung Kim
2
-0
/
+74
2022-10-27
perf stat: Add perf_stat_merge_counters()
Namhyung Kim
2
-0
/
+98
2022-10-27
perf stat: Reset aggr counts for each interval
Namhyung Kim
2
-3
/
+18
2022-10-27
perf stat: Allocate aggr counts for recorded data
Namhyung Kim
2
-8
/
+33
2022-10-27
perf stat: Aggregate per-thread stats using evsel->stats->aggr
Namhyung Kim
1
-2
/
+22
2022-10-27
perf stat: Factor out evsel__count_has_error()
Namhyung Kim
1
-2
/
+20
2022-10-27
perf stat: Aggregate events using evsel->stats->aggr
Namhyung Kim
3
-20
/
+41
2022-10-27
perf stat: Allocate evsel->stats->aggr properly
Namhyung Kim
2
-3
/
+9
2022-10-27
perf stat: Add struct perf_stat_aggr to perf_stat_evsel
Namhyung Kim
2
-7
/
+46
2022-10-27
perf stat: Add 'needs_sort' argument to cpu_aggr_map__new()
Namhyung Kim
2
-3
/
+5
2022-10-27
perf stat: Add aggr id for global mode
Namhyung Kim
2
-1
/
+15
2022-10-27
perf stat: Use evsel__is_hybrid() more
Namhyung Kim
1
-16
/
+4
2022-10-27
perf tools: Use pmu info in evsel__is_hybrid()
Namhyung Kim
1
-0
/
+3
2022-10-27
perf tools: Save evsel->pmu in parse_events()
Namhyung Kim
3
-10
/
+15
2022-10-26
perf auxtrace: Fix address filter symbol name match for modules
Adrian Hunter
1
-1
/
+9
2022-10-25
tools headers: Update the copy of x86's memcpy_64.S used in 'perf bench'
Arnaldo Carvalho de Melo
1
-0
/
+13
2022-10-25
perf bpf: Fix build with libbpf 0.7.0 by checking if bpf_program__set_insns()...
Arnaldo Carvalho de Melo
1
-0
/
+18
2022-10-25
perf bpf: Fix build with libbpf 0.7.0 by adding prototype for bpf_load_program()
Arnaldo Carvalho de Melo
1
-0
/
+5
2022-10-15
perf auxtrace arm64: Add support for parsing HiSilicon PCIe Trace packet
Qi Liu
7
-0
/
+396
2022-10-15
perf auxtrace arm64: Add support for HiSilicon PCIe Tune and Trace device driver
Qi Liu
3
-0
/
+18
2022-10-15
perf intel-pt: Fix segfault in intel_pt_print_info() with uClibc
Adrian Hunter
1
-2
/
+7
2022-10-15
perf inject: Fix GEN_ELF_TEXT_OFFSET for jit
Adrian Hunter
1
-1
/
+3
2022-10-14
perf: Skip and warn on unknown format 'configN' attrs
Rob Herring
5
-13
/
+26
2022-10-14
perf stat: Support old kernels for bperf cgroup counting
Namhyung Kim
1
-1
/
+28
2022-10-11
Merge tag 'perf-tools-for-v6.1-1-2022-10-07' of git://git.kernel.org/pub/scm/...
Linus Torvalds
67
-662
/
+1557
2022-10-10
Merge tag 'cgroup-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-1
/
+1
2022-10-06
perf mem: Print "LFB/MAB" for PERF_MEM_LVLNUM_LFB
Ravi Bangoria
1
-2
/
+2
2022-10-06
perf mem/c2c: Avoid printing empty lines for unsupported events
Ravi Bangoria
1
-5
/
+6
2022-10-06
perf mem: Add support for printing PERF_MEM_LVLNUM_{CXL|IO}
Ravi Bangoria
1
-0
/
+2
2022-10-06
perf stat: Fix cpu check to use id.cpu.cpu in aggr_printout()
Athira Rajeev
1
-2
/
+2
2022-10-06
perf record: Save DSO build-ID for synthesizing
Namhyung Kim
1
-3
/
+22
2022-10-06
perf stat: Rename to aggr_cpu_id.thread_idx
Namhyung Kim
3
-11
/
+11
2022-10-06
perf stat: Don't compare runtime stat for shadow stats
Namhyung Kim
1
-12
/
+0
2022-10-06
perf stat: Kill unused per-thread runtime stats
Namhyung Kim
1
-2
/
+0
2022-10-06
perf stat: Use thread map index for shadow stat
Namhyung Kim
3
-18
/
+12
2022-10-06
perf stat: Rename saved_value->cpu_map_idx
Namhyung Kim
2
-157
/
+157
2022-10-06
perf stat: Don't call perf_stat_evsel_id_init() repeatedly
Namhyung Kim
1
-1
/
+1
2022-10-06
perf stat: Convert perf_stat_evsel.res_stats array
Namhyung Kim
3
-9
/
+5
2022-10-06
perf tools: Remove special handling of system-wide evsel
Namhyung Kim
2
-13
/
+2
2022-10-06
perf tools: Add evlist__add_sched_switch()
Namhyung Kim
2
-0
/
+18
2022-10-06
perf tools: Get rid of evlist__add_on_all_cpus()
Namhyung Kim
1
-27
/
+2
2022-10-06
perf metrics: Don't scale counts going into metrics
Ian Rogers
1
-2
/
+7
2022-10-06
perf expr: Remove jevents case workaround
Ian Rogers
1
-10
/
+1
2022-10-06
perf expr: Allow a double if expression
Ian Rogers
1
-1
/
+1
2022-10-06
perf parse-events: Remove unused macros __PERF_EVENT_FIELD()
Chen Zhongjin
1
-8
/
+0
2022-10-06
perf tools: Fix empty version number when building outside of a git repo
Will Chandler
1
-2
/
+8
[prev]
[next]