index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
bpf_counter.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-04-07
perf pmu: Fix a few potential fd leaks
Ian Rogers
1
-2
/
+10
2023-04-07
perf pmu: Make parser reentrant
Ian Rogers
4
-13
/
+37
2023-04-04
perf map: Add accessor for start and end
Ian Rogers
29
-114
/
+125
2023-04-04
perf map: Add accessor for dso
Ian Rogers
54
-319
/
+447
2023-04-04
perf maps: Add functions to access maps
Ian Rogers
20
-111
/
+175
2023-04-04
perf maps: Remove rb_node from struct map
Ian Rogers
17
-186
/
+295
2023-04-04
perf map: Move map list node into symbol
Ian Rogers
2
-24
/
+54
2023-04-04
perf jit: Fix a few memory leaks
Ian Rogers
2
-18
/
+34
2023-04-04
perf build: Allow C++ demangle without libelf
Ian Rogers
1
-1
/
+0
2023-04-04
perf srcline: Avoid addr2line SIGPIPEs
Ian Rogers
1
-0
/
+2
2023-04-04
perf srcline: Support for llvm-addr2line
Ian Rogers
1
-7
/
+67
2023-04-04
perf srcline: Simplify addr2line subprocess
Ian Rogers
1
-65
/
+38
2023-04-04
tools api: Add io__getline
Ian Rogers
2
-0
/
+81
2023-04-04
perf intel-pt: Use perf_pmu__scan_file_at() if possible
Namhyung Kim
1
-20
/
+32
2023-04-04
perf pmu: Add perf_pmu__{open,scan}_file_at()
Namhyung Kim
2
-13
/
+50
2023-04-04
perf pmu: Use relative path in setup_pmu_alias_list()
Namhyung Kim
1
-6
/
+7
2023-04-04
perf pmu: Use relative path in perf_pmu__caps_parse()
Namhyung Kim
1
-4
/
+6
2023-04-04
perf pmu: Use relative path for sysfs scan
Namhyung Kim
3
-63
/
+111
2023-04-04
perf bench: Add pmu-scan benchmark
Namhyung Kim
4
-0
/
+187
2023-04-04
perf pmu: Add perf_pmu__destroy() function
Namhyung Kim
2
-0
/
+52
2023-04-04
perf tools: Fix a asan issue in parse_events_multi_pmu_add()
Namhyung Kim
1
-1
/
+1
2023-04-04
perf list: Use relative path for tracepoint scan
Namhyung Kim
1
-7
/
+31
2023-04-04
tools build: Add a feature test for scandirat(), that is not implemented so f...
Arnaldo Carvalho de Melo
5
-0
/
+27
2023-04-04
perf intel-pt: Fix CYC timestamps after standalone CBR
Adrian Hunter
1
-0
/
+2
2023-04-04
perf auxtrace: Fix address filter entire kernel size
Adrian Hunter
1
-1
/
+4
2023-04-04
perf arm-spe: Add raw decoding for SPEv1.3 MTE and MOPS load/store
Rob Herring
2
-0
/
+12
2023-04-04
perf cs-etm: Handle PERF_RECORD_AUX_OUTPUT_HW_ID packet
Mike Leach
3
-18
/
+250
2023-04-04
perf cs-etm: Update record event to use new Trace ID protocol
Mike Leach
2
-22
/
+34
2023-04-04
perf cs-etm: Move mapping of Trace ID and cpu into helper function
Mike Leach
4
-35
/
+79
2023-04-04
perf lock contention: Show detail failure reason for BPF
Namhyung Kim
4
-11
/
+42
2023-04-04
perf lock contention: Fix debug stat if no contention
Namhyung Kim
1
-2
/
+2
2023-04-04
perf vendor events intel: Update ivybridge and ivytown
Ian Rogers
3
-2
/
+18
2023-04-04
perf bench numa: Fix type of loop iterator in do_work, it should be 'long'
Andreas Herrmann
1
-1
/
+1
2023-04-04
perf symbol: Remove unused branch_callstack
Adrian Hunter
1
-1
/
+0
2023-04-04
perf top: Add --branch-history option
Adrian Hunter
2
-0
/
+21
2023-04-04
perf build: Conditionally define NDEBUG
Ian Rogers
1
-0
/
+1
2023-04-04
perf block-range: Move debug code behind ifndef NDEBUG
Ian Rogers
1
-5
/
+1
2023-04-04
perf bench: Avoid NDEBUG warning
Ian Rogers
1
-2
/
+6
2023-04-04
perf vendor events: Update Alderlake for E-Core TMA v2.3
Ian Rogers
2
-104
/
+148
2023-04-04
perf symbol: Add command line support for addr2line path
Ian Rogers
10
-14
/
+62
2023-04-04
perf annotate: Allow objdump to be set in perfconfig
Ian Rogers
2
-1
/
+10
2023-04-04
perf annotate: Own objdump_path and disassembler_style strings
Ian Rogers
7
-13
/
+56
2023-04-04
perf annotate: Add init/exit to annotation_options remove default
Ian Rogers
7
-18
/
+37
2023-04-04
perf report: Additional config warnings
Ian Rogers
1
-0
/
+5
2023-04-04
perf annotate: Delete session for debug builds
Ian Rogers
1
-10
/
+6
2023-04-04
perf tools: Avoid warning in do_realloc_array_as_needed()
Adrian Hunter
1
-1
/
+2
2023-04-04
perf symbols: Fix unaligned access in get_x86_64_plt_disp()
Adrian Hunter
1
-1
/
+4
2023-04-04
perf symbols: Fix use-after-free in get_plt_got_name()
Adrian Hunter
1
-1
/
+4
2023-04-04
perf vendor events power9: Remove UTF-8 characters from JSON files
Kajol Jain
2
-3
/
+3
2023-04-04
perf ftrace: Make system wide the default target for latency subcommand
Yang Jihong
1
-2
/
+4
[next]