index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-10
perf stat: Avoid merging/aggregating metric counts twice
Ian Rogers
1
-1
/
+1
2023-03-10
perf stat: Hide invalid uncore event output for aggr mode
Namhyung Kim
1
-5
/
+46
2023-03-10
perf intel-pt: Do not try to queue auxtrace data on pipe
Namhyung Kim
2
-0
/
+9
2023-03-10
perf llvm: Fix inadvertent file creation
Ian Rogers
1
-1
/
+24
2023-01-18
perf buildid-cache: Fix the file mode with copyfile() while adding file to bu...
Athira Rajeev
1
-3
/
+7
2023-01-18
perf expr: Prevent normalize() from reading into undefined memory in the expr...
Sohom Datta
1
-1
/
+4
2023-01-11
perf auxtrace: Fix address filter duplicate symbol selection
Adrian Hunter
1
-1
/
+1
2023-01-10
perf build: Properly guard libbpf includes
Ian Rogers
1
-0
/
+6
2023-01-04
perf tools: Fix build on uClibc systems by adding missing sys/types.h include
Jesus Sanchez-Palencia
1
-0
/
+1
2023-01-04
perf stat: Fix handling of --for-each-cgroup with --bpf-counters to match non...
Namhyung Kim
1
-5
/
+18
2023-01-04
perf stat: Fix handling of unsupported cgroup events when using BPF counters
Namhyung Kim
1
-11
/
+3
2023-01-02
perf tools: Fix segfault when trying to process tracepoints in perf.data and ...
Arnaldo Carvalho de Melo
1
-0
/
+12
2023-01-02
perf tools: Don't include signature in version strings
Ahelenia ZiemiaĆska
1
-1
/
+1
2023-01-02
perf help: Use HAVE_LIBTRACEEVENT to filter out unsupported commands
Yang Jihong
1
-2
/
+17
2023-01-02
perf tools: Fix resources leak in perf_data__open_dir()
Miaoqian Lin
1
-0
/
+2
2022-12-22
perf python: Fix splitting CC into compiler and options
Arnaldo Carvalho de Melo
1
-2
/
+11
2022-12-21
perf scripting python: Don't be strict at handling libtraceevent enumerations
Arnaldo Carvalho de Melo
1
-1
/
+1
2022-12-21
perf hist: Improve srcline_{from,to} sort key performance
Namhyung Kim
1
-0
/
+42
2022-12-21
perf hist: Improve srcfile sort key performance
Namhyung Kim
1
-2
/
+25
2022-12-21
perf hist: Improve srcline sort key performance
Namhyung Kim
1
-2
/
+27
2022-12-21
perf hist: Add perf_hpp_fmt->init() callback
Namhyung Kim
4
-10
/
+33
2022-12-21
perf srcline: Conditionally suppress addr2line warnings
Namhyung Kim
1
-5
/
+10
2022-12-21
perf srcline: Skip srcline if .debug_line is missing
Namhyung Kim
1
-0
/
+3
2022-12-21
perf symbol: Add filename__has_section()
Namhyung Kim
3
-0
/
+34
2022-12-21
perf srcline: Do not return NULL for srcline
Namhyung Kim
1
-1
/
+1
2022-12-21
perf lock contention: Support lock addr/name filtering for BPF
Namhyung Kim
2
-1
/
+58
2022-12-21
perf lock contention: Add -L/--lock-filter option
Namhyung Kim
1
-0
/
+4
2022-12-21
perf lock contention: Support lock type filtering for BPF
Namhyung Kim
3
-3
/
+34
2022-12-21
perf lock contention: Add -Y/--type-filter option
Namhyung Kim
1
-0
/
+5
2022-12-20
perf tools: Fix usage of the verbose variable
Yang Jihong
2
-2
/
+2
2022-12-20
perf debug: Set debug_peo_args and redirect_to_stderr variable to correct val...
Yang Jihong
1
-0
/
+4
2022-12-16
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
8
-82
/
+97
2022-12-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
8
-14
/
+14
2022-12-14
perf evlist: Remove group option.
Ian Rogers
5
-19
/
+1
2022-12-14
perf cs-etm: Print auxtrace info even if OpenCSD isn't linked
James Clark
4
-166
/
+191
2022-12-14
perf cs-etm: Cleanup cs_etm__process_auxtrace_info()
James Clark
1
-17
/
+9
2022-12-14
perf cs-etm: Tidy up auxtrace info header printing
James Clark
1
-18
/
+10
2022-12-14
perf cs-etm: Remove unused stub methods
James Clark
1
-32
/
+2
2022-12-14
perf cs-etm: Print unknown header version as an error
James Clark
1
-10
/
+2
2022-12-14
perf lock contention: Add -l/--lock-addr option
Namhyung Kim
3
-11
/
+31
2022-12-14
perf lock contention: Implement -t/--threads option for BPF
Namhyung Kim
3
-7
/
+75
2022-12-14
perf lock contention: Add lock_data.h for common data
Namhyung Kim
3
-29
/
+39
2022-12-14
perf python: Account for multiple words in CC
Khem Raj
1
-1
/
+1
2022-12-14
perf off_cpu: Fix a typo in BTF tracepoint name, it should be 'btf_trace_sche...
Namhyung Kim
1
-1
/
+1
2022-12-14
perf tools: Check if libtracevent has TEP_FIELD_IS_RELATIVE
Arnaldo Carvalho de Melo
6
-1
/
+12
2022-12-14
perf build: Use libtraceevent from the system
Ian Rogers
27
-32
/
+201
2022-12-14
perf stat: Update event skip condition for system-wide per-thread mode and me...
Namhyung Kim
1
-10
/
+9
2022-12-14
machine: Adopt is_lock_function() from builtin-lock.c
Arnaldo Carvalho de Melo
4
-3
/
+46
2022-12-14
perf tool: Move pmus list variable to a new file
Ravi Bangoria
4
-1
/
+16
2022-12-14
perf util: Add host_is_bigendian to util.h
Ian Rogers
5
-18
/
+25
[next]