index
:
kernel
0x221E-v0.0-v7.0
0x221E-v0.0.1-v6.19
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
Age
Commit message (
Expand
)
Author
2022-10-31
perf evlist: Add missing util/event.h header
Arnaldo Carvalho de Melo
2022-10-31
perf mmap: Remove several unneeded includes from util/mmap.h
Arnaldo Carvalho de Melo
2022-10-31
perf thread: Move thread__resolve() from event.h
Arnaldo Carvalho de Melo
2022-10-31
perf symbol: Move addr_location__put() from event.h
Arnaldo Carvalho de Melo
2022-10-31
perf machine: Move machine__resolve() from event.h
Arnaldo Carvalho de Melo
2022-10-31
perf kwork: Remove includes not needed in kwork.h
Arnaldo Carvalho de Melo
2022-10-31
perf tools: Move 'struct perf_sample' to a separate header file to disentangl...
Arnaldo Carvalho de Melo
2022-10-31
perf branch: Remove some needless headers, add a needed one
Arnaldo Carvalho de Melo
2022-10-31
perf bpf: No need to include headers just use forward declarations
Arnaldo Carvalho de Melo
2022-10-27
perf bpf: No need to include compiler.h when HAVE_LIBBPF_SUPPORT is true
Arnaldo Carvalho de Melo
2022-10-27
perf tools: Make quiet mode consistent between tools
James Clark
2022-10-27
perf event: Drop perf_regs.h include, not needed anymore
Arnaldo Carvalho de Melo
2022-10-27
perf scripting python: Add missing util/perf_regs.h include to get perf_reg_n...
Arnaldo Carvalho de Melo
2022-10-27
perf unwind arm64: Remove needless event.h & thread.h includes
Arnaldo Carvalho de Melo
2022-10-27
perf config: Add missing newline on pr_warning() call in home_perfconfig()
Yang Jihong
2022-10-27
perf stat: Remove unused perf_counts.aggr field
Namhyung Kim
2022-10-27
perf stat: Display percore events properly
Namhyung Kim
2022-10-27
perf stat: Display event stats using aggr counts
Namhyung Kim
2022-10-27
perf stat: Add perf_stat_process_shadow_stats()
Namhyung Kim
2022-10-27
perf stat: Add perf_stat_process_percore()
Namhyung Kim
2022-10-27
perf stat: Add perf_stat_merge_counters()
Namhyung Kim
2022-10-27
perf stat: Reset aggr counts for each interval
Namhyung Kim
2022-10-27
perf stat: Allocate aggr counts for recorded data
Namhyung Kim
2022-10-27
perf stat: Aggregate per-thread stats using evsel->stats->aggr
Namhyung Kim
2022-10-27
perf stat: Factor out evsel__count_has_error()
Namhyung Kim
2022-10-27
perf stat: Aggregate events using evsel->stats->aggr
Namhyung Kim
2022-10-27
perf stat: Allocate evsel->stats->aggr properly
Namhyung Kim
2022-10-27
perf stat: Add struct perf_stat_aggr to perf_stat_evsel
Namhyung Kim
2022-10-27
perf stat: Add 'needs_sort' argument to cpu_aggr_map__new()
Namhyung Kim
2022-10-27
perf stat: Add aggr id for global mode
Namhyung Kim
2022-10-27
perf stat: Use evsel__is_hybrid() more
Namhyung Kim
2022-10-27
perf tools: Use pmu info in evsel__is_hybrid()
Namhyung Kim
2022-10-27
perf tools: Save evsel->pmu in parse_events()
Namhyung Kim
2022-10-26
perf auxtrace: Fix address filter symbol name match for modules
Adrian Hunter
2022-10-25
tools headers: Update the copy of x86's memcpy_64.S used in 'perf bench'
Arnaldo Carvalho de Melo
2022-10-25
perf bpf: Fix build with libbpf 0.7.0 by checking if bpf_program__set_insns()...
Arnaldo Carvalho de Melo
2022-10-25
perf bpf: Fix build with libbpf 0.7.0 by adding prototype for bpf_load_program()
Arnaldo Carvalho de Melo
2022-10-15
perf auxtrace arm64: Add support for parsing HiSilicon PCIe Trace packet
Qi Liu
2022-10-15
perf auxtrace arm64: Add support for HiSilicon PCIe Tune and Trace device driver
Qi Liu
2022-10-15
perf intel-pt: Fix segfault in intel_pt_print_info() with uClibc
Adrian Hunter
2022-10-15
perf inject: Fix GEN_ELF_TEXT_OFFSET for jit
Adrian Hunter
2022-10-14
perf: Skip and warn on unknown format 'configN' attrs
Rob Herring
2022-10-14
perf stat: Support old kernels for bperf cgroup counting
Namhyung Kim
2022-10-11
Merge tag 'perf-tools-for-v6.1-1-2022-10-07' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2022-10-10
Merge tag 'cgroup-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2022-10-06
perf mem: Print "LFB/MAB" for PERF_MEM_LVLNUM_LFB
Ravi Bangoria
2022-10-06
perf mem/c2c: Avoid printing empty lines for unsupported events
Ravi Bangoria
2022-10-06
perf mem: Add support for printing PERF_MEM_LVLNUM_{CXL|IO}
Ravi Bangoria
2022-10-06
perf stat: Fix cpu check to use id.cpu.cpu in aggr_printout()
Athira Rajeev
2022-10-06
perf record: Save DSO build-ID for synthesizing
Namhyung Kim
[prev]
[next]