index
:
linux/linux-stable.git
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.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
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
Age
Commit message (
Expand
)
Author
2024-02-12
Merge branch 'perf-tools' into perf-tools-next
Namhyung Kim
2024-02-09
perf srcline: Add missed addr2line closes
Ian Rogers
2024-02-09
perf stat: Support per-cluster aggregation
Yicong Yang
2024-02-09
perf tools: Remove misleading comments on map functions
Namhyung Kim
2024-02-09
perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str()
Yang Jihong
2024-02-09
perf sched: Move curr_pid and cpu_last_switched initialization to perf_sched_...
Yang Jihong
2024-02-09
perf sched: Move curr_thread initialization to perf_sched__map()
Yang Jihong
2024-02-09
perf sched: Fix memory leak in perf_sched__map()
Yang Jihong
2024-02-09
perf sched: Move start_work_mutex and work_done_wait_mutex initialization to ...
Yang Jihong
2024-02-08
perf test: Skip metric w/o event name on arm64 in stat STD output linter
Yicong Yang
2024-02-08
perf symbols: Slightly improve module file executable section mappings
Adrian Hunter
2024-02-08
perf tools: Make it possible to see perf's kernel and module memory mappings
Adrian Hunter
2024-02-07
perf record: Display data size on pipe mode
Namhyung Kim
2024-02-07
perf script: Print source line for each jump in brstackinsn
Kan Liang
2024-02-07
perf kvm powerpc: Fix build
Ian Rogers
2024-02-05
perf/pmu-events/powerpc: Update json mapfile with Power11 PVR
Madhavan Srinivasan
2024-02-02
tools: perf: Expose sample ID / stream ID to python scripts
Ben Gainey
2024-02-02
perf bpf: Clean up the generated/copied vmlinux.h
Arnaldo Carvalho de Melo
2024-02-02
perf jevents: Drop or simplify small integer values
Ian Rogers
2024-02-02
perf parse-events: Print all errors
Ian Rogers
2024-02-02
perf parse-events: Improve error location of terms cloned from an event
Ian Rogers
2024-02-02
perf tsc: Add missing newlines to debug statements
Ian Rogers
2024-02-01
perf Documentation: Add some more hints to tips.txt
Andi Kleen
2024-02-01
perf test: Simplify metric value validation test final report
Weilin Wang
2024-02-01
perf report: Prevent segfault with --no-parent
Andi Kleen
2024-02-01
perf evsel: Fix duplicate initialization of data->id in evsel__parse_sample()
Yang Jihong
2024-02-01
perf evsel: Rename get_states() to parse_task_states() and make it public
Ze Gao
2024-01-30
perf evlist: Fix evlist__new_default() for > 1 core PMU
James Clark
2024-01-30
tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'
Arnaldo Carvalho de Melo
2024-01-27
perf vendor events intel: Alderlake/sapphirerapids metric fixes
Ian Rogers
2024-01-26
perf tools: Fix calloc() arguments to address error introduced in gcc-14
Sun Haiyong
2024-01-26
perf top: Remove needless malloc(0) call that triggers -Walloc-size
Sun Haiyong
2024-01-26
perf build: Make minimal shellcheck version to v0.6.0
Yicong Yang
2024-01-26
perf test shell daemon: Make signal test less racy
Ian Rogers
2024-01-26
perf test shell script: Fix test for python being disabled
Ian Rogers
2024-01-26
perf test: Workaround debug output in list test
Ian Rogers
2024-01-26
perf list: Add output file option
Ian Rogers
2024-01-26
perf list: Switch error message to pr_err() to respect debug settings (-v)
Ian Rogers
2024-01-26
perf test: Fix 'perf script' tests on s390
Thomas Richter
2024-01-26
tools headers uapi: Sync linux/stat.h with the kernel sources to pick STATX_M...
Arnaldo Carvalho de Melo
2024-01-25
perf tools: Add -H short option for --hierarchy
Namhyung Kim
2024-01-25
perf pmu: Treat the msr pmu as software
Ian Rogers
2024-01-24
perf test: Skip test_arm_callgraph_fp.sh if unwinding isn't built in
James Clark
2024-01-24
perf version: Display availability of HAVE_DWARF_UNWIND_SUPPORT
James Clark
2024-01-24
perf evlist: Fix evlist__new_default() for > 1 core PMU
James Clark
2024-01-24
perf mem: Clean up perf_pmus__num_mem_pmus()
Kan Liang
2024-01-24
perf mem: Clean up perf_mem_events__record_args()
Kan Liang
2024-01-24
perf mem: Clean up is_mem_loads_aux_event()
Kan Liang
2024-01-24
perf mem: Clean up perf_mem_event__supported()
Kan Liang
2024-01-24
perf mem: Clean up perf_mem_events__name()
Kan Liang
[prev]
[next]