index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-14
perf tools: Add more weak libbpf functions
Jiri Olsa
1
-0
/
+27
2021-11-14
perf bpf: Avoid memory leak from perf_env__insert_btf()
Ian Rogers
3
-3
/
+10
2021-11-14
perf symbols: Factor out annotation init/exit
Ian Rogers
3
-1
/
+22
2021-11-14
perf symbols: Bit pack to save a byte
Ian Rogers
2
-3
/
+3
2021-11-14
perf symbols: Add documentation to 'struct symbol'
Ian Rogers
1
-3
/
+14
2021-11-14
perf arm-spe: Support hardware-based PID tracing
German Gomez
1
-29
/
+70
2021-11-14
perf arm-spe: Save context ID in record
German Gomez
2
-0
/
+3
2021-11-14
perf arm-spe: Track task context switch for cpu-mode events
Namhyung Kim
1
-0
/
+25
2021-11-14
perf arm-spe: Print size using consistent format
Andrew Kilroy
1
-1
/
+1
2021-11-14
perf cs-etm: Print size using consistent format
Andrew Kilroy
1
-1
/
+1
2021-11-14
perf expr: Add source_count for aggregating events
Ian Rogers
7
-12
/
+54
2021-11-14
perf expr: Move ID handling to its own function
Ian Rogers
1
-26
/
+35
2021-11-14
perf expr: Add metric literals for topology.
Ian Rogers
1
-0
/
+27
2021-11-14
perf expr: Add literal values starting with #
Ian Rogers
4
-6
/
+30
2021-11-14
perf cputopo: Match thread_siblings to topology ABI name
Ian Rogers
3
-18
/
+25
2021-11-14
perf cputopo: Match die_siblings to topology ABI name
Ian Rogers
3
-20
/
+25
2021-11-14
perf cputopo: Update to use pakage_cpus
Ian Rogers
3
-15
/
+28
2021-11-14
perf test: Convert clang tests to test cases.
Ian Rogers
2
-7
/
+7
2021-11-07
perf metric: Fix memory leaks
Ian Rogers
1
-1
/
+4
2021-11-07
perf parse-event: Add init and exit to parse_event_error
Ian Rogers
3
-6
/
+19
2021-11-07
perf parse-events: Rename parse_events_error functions
Ian Rogers
5
-69
/
+69
2021-11-07
perf stat: Fix memory leak on error path
Ian Rogers
1
-0
/
+1
2021-11-07
perf tools: Use __BYTE_ORDER__
Ilya Leoshkevich
7
-10
/
+10
2021-11-07
perf tools: Refactor out kernel symbol argument sanity checking
James Clark
2
-0
/
+24
2021-11-07
perf symbols: Ignore $a/$d symbols for ARM modules
Lexi Shao
1
-0
/
+4
2021-11-07
perf evsel: Don't set exclude_guest by default
Ravi Bangoria
2
-5
/
+8
2021-11-06
perf evsel: Fix missing exclude_{host,guest} setting
Namhyung Kim
4
-5
/
+42
2021-11-06
perf bpf: Add missing free to bpf_event__print_bpf_prog_info()
Ian Rogers
1
-1
/
+3
2021-11-06
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
3
-3
/
+21
2021-11-04
perf clang: Fixes for more recent LLVM/clang
Ian Rogers
1
-8
/
+13
2021-11-02
Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2021-11-02
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-1
/
+1
2021-11-02
Merge tag 'x86_misc_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+2
2021-11-02
perf bpf: Pull in bpf_program__get_prog_info_linear()
Dave Marchevsky
10
-32
/
+373
2021-11-01
Merge tag 'perf-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+18
2021-10-28
perf evsel: Add bitfield_swap() to handle branch_stack endian issue
Madhavan Srinivasan
2
-2
/
+88
2021-10-28
perf script: Show binary offsets for userspace addr
Lexi Shao
1
-3
/
+9
2021-10-27
perf intel-pt: Support itrace d+o option to direct debug log to stdout
Adrian Hunter
2
-6
/
+7
2021-10-27
perf auxtrace: Add itrace d+o option to direct debug log to stdout
Adrian Hunter
1
-0
/
+2
2021-10-27
perf intel-pt: Support itrace A option to approximate IPC
Adrian Hunter
3
-4
/
+14
2021-10-27
perf auxtrace: Add itrace A option to approximate IPC
Adrian Hunter
2
-0
/
+6
2021-10-27
perf auxtrace: Add missing Z option to ITRACE_HELP
Adrian Hunter
1
-0
/
+1
2021-10-26
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
1
-2
/
+2
2021-10-25
perf dso: Fix /proc/kcore access on 32 bit systems
James Clark
1
-1
/
+1
2021-10-25
perf list: Display hybrid PMU events with cpu type
Jin Yao
6
-12
/
+39
2021-10-25
perf session: Introduce reader EOF function
Alexey Bayduraev
1
-1
/
+7
2021-10-25
perf session: Introduce reader return codes
Alexey Bayduraev
1
-3
/
+8
2021-10-25
perf session: Move the event read code to a separate function
Alexey Bayduraev
1
-15
/
+31
2021-10-25
perf session: Move unmap code to reader__mmap
Alexey Bayduraev
1
-17
/
+13
2021-10-25
perf session: Move reader map code to a separate function
Alexey Bayduraev
1
-15
/
+28
[next]