index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf record: Fix a segfault in record__read_lost_samples()
Namhyung Kim
2022-10-04
1
-0
/
+6
*
perf top: Fix error code in cmd_top()
Shang XiaoJing
2022-10-04
1
-0
/
+3
*
perf stat: Merge cases in process_evlist
Shang XiaoJing
2022-10-04
1
-3
/
+1
*
perf genelf: Fix error code in jit_write_elf()
Shang XiaoJing
2022-10-04
1
-0
/
+1
*
perf lock contention: Skip stack trace from BPF
Namhyung Kim
2022-10-04
2
-4
/
+6
*
perf lock contention: Allow to change stack depth and skip
Namhyung Kim
2022-10-04
4
-9
/
+28
*
perf lock contention: Show full callstack with -v option
Namhyung Kim
2022-10-04
3
-4
/
+57
*
perf lock contention: Factor out get_symbol_name_offset()
Namhyung Kim
2022-10-04
1
-9
/
+19
*
perf test: Add basic core_wide expression test
Ian Rogers
2022-10-04
1
-0
/
+13
*
perf metrics: Wire up core_wide
Ian Rogers
2022-10-04
8
-43
/
+134
*
perf stat: Delay metric parsing
Ian Rogers
2022-10-04
3
-18
/
+39
*
perf topology: Add core_wide
Ian Rogers
2022-10-04
4
-0
/
+70
*
perf smt: Compute SMT from topology
Ian Rogers
2022-10-04
6
-101
/
+49
*
perf expr: Move the scanner_ctx into the parse_ctx
Ian Rogers
2022-10-04
5
-14
/
+11
*
perf pmu: Remove perf_pmu_lex() needless declaration
Gaosheng Cui
2022-10-04
1
-2
/
+0
*
perf sort: Remove hist_entry__sort_list() and sort__first_dimension() leftove...
Gaosheng Cui
2022-10-04
1
-2
/
+0
*
perf test: Skip sigtrap test on old kernels
Namhyung Kim
2022-10-04
1
-1
/
+64
*
perf sched: Factor out destroy_tasks()
Namhyung Kim
2022-10-04
1
-2
/
+22
*
perf cpumap: Add range data encoding
Ian Rogers
2022-10-04
5
-87
/
+166
*
perf events: Prefer union over variable length array
Ian Rogers
2022-10-04
4
-34
/
+27
*
perf vendor events: Update events for Neoverse E1
Nick Forrington
2022-10-04
18
-267
/
+2
*
perf timechart: Add p_state_end helper
Shang XiaoJing
2022-10-04
1
-19
/
+18
*
perf timechart: Add create_pidcomm helper
Shang XiaoJing
2022-10-04
1
-12
/
+16
*
perf lock: Add get_key_by_aggr_mode helper
Shang XiaoJing
2022-10-04
1
-76
/
+53
*
perf trace: Use zalloc() to save initialization of syscall_stats
Shang XiaoJing
2022-10-04
1
-4
/
+1
*
perf vendor events arm64: Move REMOTE_ACCESS to "memory" category
Nick Forrington
2022-10-04
6
-15
/
+9
*
perf intel-pt: Remove first line of log dumped on error
Adrian Hunter
2022-10-04
1
-5
/
+28
*
perf intel-pt: Support itrace option flag d+e to log on error
Adrian Hunter
2022-10-04
4
-5
/
+117
*
perf intel-pt: Improve object code read error message
Adrian Hunter
2022-10-04
1
-1
/
+2
*
perf intel-pt: Improve man page layout slightly
Adrian Hunter
2022-10-04
1
-0
/
+8
*
perf auxtrace: Add itrace option flag d+e to log on error
Adrian Hunter
2022-10-04
4
-0
/
+24
*
perf tools: Add perf_config_scan()
Adrian Hunter
2022-10-04
2
-0
/
+32
*
perf callchain: Remove unneeded 'result' variable
ye xingchen
2022-10-04
1
-10
/
+2
*
perf c2c: Add helpers to get counts of loads or stores
Shang XiaoJing
2022-10-04
1
-37
/
+28
*
perf tools: Add same_cmd_with_prefix() helper
Shang XiaoJing
2022-10-04
1
-3
/
+9
*
perf vendor events: Add missing Neoverse V1 events
Nick Forrington
2022-10-04
1
-0
/
+30
*
perf report: Show per-event LOST SAMPLES stat
Namhyung Kim
2022-10-04
2
-3
/
+24
*
perf hist: Add nr_lost_samples to hist_stats
Namhyung Kim
2022-10-04
3
-0
/
+7
*
perf record: Read and inject LOST_SAMPLES events
Namhyung Kim
2022-10-04
1
-0
/
+64
*
perf record: Set PERF_FORMAT_LOST by default
Namhyung Kim
2022-10-04
2
-1
/
+10
*
perf tools: Print LOST read format in the verbose mode
Namhyung Kim
2022-10-04
1
-1
/
+1
*
perf smt: Tidy header guard add SPDX
Ian Rogers
2022-10-04
2
-3
/
+5
*
perf branch: Add PERF_BR_NEW_ARCH_[N] map for BRBE on arm64 platform
Anshuman Khandual
2022-10-04
2
-0
/
+19
*
perf branch: Add branch privilege information request flag
Anshuman Khandual
2022-10-04
5
-3
/
+18
*
perf branch: Extend branch type classification
Anshuman Khandual
2022-10-04
5
-6
/
+75
*
perf branch: Add system error and not in transaction branch types
Anshuman Khandual
2022-10-04
2
-1
/
+5
*
perf build: Enable -Wthread-safety with clang
Ian Rogers
2022-10-04
1
-0
/
+5
*
perf top: Fixes for thread safety analysis
Ian Rogers
2022-10-04
1
-2
/
+3
*
perf sched: Fixes for thread safety analysis
Ian Rogers
2022-10-04
1
-17
/
+29
*
perf mutex: Add thread safety annotations
Ian Rogers
2022-10-04
2
-5
/
+67
[next]