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
2021-06-08
perf auxtrace: Change to use SMP memory barriers
Leo Yan
2021-06-08
perf srccode: Use list_move() instead of equivalent list_del() + list_add() s...
Zou Wei
2021-06-04
perf probe: Report possible permission error for map__load() failure
Masami Hiramatsu
2021-06-04
perf env: Fix memory leak of bpf_prog_info_linear member
Riccardo Mancini
2021-06-04
perf probe: Add permission and sysctl notice to man page
Masami Hiramatsu
2021-06-04
perf symbol-elf: Fix memory leak by freeing sdt_note.args
Riccardo Mancini
2021-06-04
perf stat: Honor event config name on --no-merge
Namhyung Kim
2021-06-04
perf evsel: Add missing cloning of evsel->use_config_name
Namhyung Kim
2021-06-02
Revert "perf vendor events intel: Add metrics for Icelake Server"
Arnaldo Carvalho de Melo
2021-06-01
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2021-06-01
perf c2c: Support record for hybrid platform
Jin Yao
2021-06-01
perf mem: Disable 'mem-loads-aux' group before reporting
Jin Yao
2021-06-01
perf mem: Fix wrong verbose output for recording events
Jin Yao
2021-06-01
perf mem: Support record for hybrid platform
Jin Yao
2021-06-01
perf tools: Check if mem_events is supported for hybrid platform
Jin Yao
2021-06-01
perf tools: Support pmu prefix for mem-store event
Jin Yao
2021-06-01
perf tools: Support pmu prefix for mem-load event
Jin Yao
2021-06-01
perf tools: Check mem-loads auxiliary event
Jin Yao
2021-06-01
perf test: Test 17 fails with make LIBPFM4=1 on s390 z/VM
Thomas Richter
2021-06-01
perf stat: Fix error return code in bperf__load()
Yu Kuai
2021-06-01
perf record: Move probing cgroup sampling support
Namhyung Kim
2021-06-01
perf probe: Fix NULL pointer dereference in convert_variable_location()
Li Huafei
2021-06-01
perf tools: Copy uapi/asm/perf_regs.h from the kernel for MIPS
Tiezhu Yang
2021-06-01
perf scripting python: intel-pt-events.py: Add --insn-trace and --src-trace
Adrian Hunter
2021-06-01
perf scripting python: exported-sql-viewer.py: Factor out libxed.py
Adrian Hunter
2021-06-01
perf scripting python: Update documentation for srcline etc
Adrian Hunter
2021-06-01
perf scripting python: Add perf_sample_srcline() and perf_sample_srccode()
Adrian Hunter
2021-06-01
perf scripting python: Add perf_set_itrace_options()
Adrian Hunter
2021-06-01
perf auxtrace: Factor out itrace_do_parse_synth_opts()
Adrian Hunter
2021-06-01
perf scripting python: Add perf_sample_insn()
Adrian Hunter
2021-06-01
perf script: Factor out script_fetch_insn()
Adrian Hunter
2021-06-01
perf scripting python: Assign perf_script_context
Adrian Hunter
2021-06-01
perf scripting: Add perf_session to scripting_context
Adrian Hunter
2021-06-01
perf scripting: Add scripting_context__update()
Adrian Hunter
2021-06-01
perf scripting python: Simplify perf-trace-context module functions
Adrian Hunter
2021-06-01
perf scripting python: Remove unnecessary 'static'
Adrian Hunter
2021-05-28
perf vendor events powerpc: Fix eventcode of power10 JSON events
Kajol Jain
2021-05-27
perf stat: Fix error check for bpf_program__attach
Namhyung Kim
2021-05-27
perf test: Test 2 libpfm4 error cases
Ian Rogers
2021-05-27
perf test: Iterate over shell tests in alphabetical order
Riccardo Mancini
2021-05-27
perf probe: Provide more detail with relocation warning
Ravi Bangoria
2021-05-27
perf parse-events: Add bison --file-prefix-map option
Denys Zagorui
2021-05-27
perf debug: Move debug initialization earlier
Ian Rogers
2021-05-26
perf jevents: Fix getting maximum number of fds
Felix Fietkau
2021-05-26
perf inject: Do not inject BUILD_ID record if MMAP2 has it
Namhyung Kim
2021-05-26
perf inject: Call dso__put() even if dso->hit is set
Namhyung Kim
2021-05-25
perf scripts python: intel-pt-events.py: Add branches to script
Adrian Hunter
2021-05-25
perf scripting python: Add auxtrace error
Adrian Hunter
2021-05-25
perf scripting python: Add context switch
Adrian Hunter
2021-05-25
perf scripting python: Add cpumode
Adrian Hunter
[prev]
[next]