index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf probe: Correct demangled symbols in C++ program
Leo Yan
2024-10-17
1
-2
/
+15
*
perf stat: Add metric-threshold to json output
Ian Rogers
2024-10-17
1
-2
/
+20
*
perf stat: Change color to threshold in print_metric
Ian Rogers
2024-10-17
3
-64
/
+93
*
perf stat: Drop metric-unit if unit is NULL
Ian Rogers
2024-10-17
1
-2
/
+2
*
perf stat: Display "none" for NaN with metric only json
Ian Rogers
2024-10-17
1
-4
/
+7
*
perf stat: Fix/add parameter names for print_metric
Ian Rogers
2024-10-17
2
-25
/
+36
*
perf color: Add printf format checking and resolve issues
Ian Rogers
2024-10-17
6
-12
/
+13
*
perf probe: Fix libdw memory leak
Ian Rogers
2024-10-17
2
-2
/
+6
*
perf disasm: Fix capstone memory leak
Ian Rogers
2024-10-17
1
-4
/
+7
*
perf dso: Fix symtab_type for kmod compression
Veronika Molnarova
2024-10-17
1
-1
/
+1
*
perf probe: Improve log for long event name failure
Leo Yan
2024-10-17
1
-2
/
+8
*
perf probe: Check group string length
Leo Yan
2024-10-17
1
-0
/
+6
*
perf probe: Use the MAX_EVENT_NAME_LEN macro
Leo Yan
2024-10-17
1
-1
/
+4
*
perf tool_pmu: Remove duplicate io.h header
Ian Rogers
2024-10-16
1
-1
/
+0
*
perf arm-spe: Add Cortex CPUs to common data source encoding list
Leo Yan
2024-10-14
1
-0
/
+5
*
perf arm-spe: Add Neoverse-V2 to common data source encoding list
Besar Wicaksono
2024-10-14
1
-0
/
+1
*
perf arm-spe: Remove the unused 'midr' field
Leo Yan
2024-10-14
1
-4
/
+0
*
perf arm-spe: Use metadata to decide the data source feature
Leo Yan
2024-10-14
1
-3
/
+64
*
perf arm-spe: Introduce arm_spe__is_homogeneous()
Leo Yan
2024-10-14
1
-0
/
+26
*
perf arm-spe: Rename the common data source encoding
Leo Yan
2024-10-14
2
-23
/
+23
*
perf arm-spe: Rename arm_spe__synth_data_source_generic()
Leo Yan
2024-10-14
1
-3
/
+3
*
perf evsel: Fix missing inherit + sample read check
Namhyung Kim
2024-10-14
1
-1
/
+2
*
perf tools: Remove unnecessary parentheses
Namhyung Kim
2024-10-14
1
-2
/
+2
*
perf tools: Fix possible compiler warnings in hashmap
Namhyung Kim
2024-10-14
1
-10
/
+10
*
Merge tag 'v6.12-rc3' into perf-tools-next
Namhyung Kim
2024-10-14
6
-4
/
+10
|
\
|
*
Merge tag 'perf-tools-fixes-for-v6.12-1-2024-10-08' of git://git.kernel.org/p...
Linus Torvalds
2024-10-08
4
-2
/
+8
|
|
\
|
|
*
perf cs-etm: Fix the assert() to handle captured and unprocessed cpu trace
Ilkka Koskinen
2024-10-02
1
-1
/
+1
|
|
*
perf dwarf-aux: Fix build with !HAVE_DWARF_GETLOCATIONS_SUPPORT
James Clark
2024-10-02
1
-0
/
+1
|
|
*
perf vdso: Missed put on 32-bit dsos
Ian Rogers
2024-09-27
1
-1
/
+3
|
|
*
perf symbol: Set binary_type of dso when loading
Namhyung Kim
2024-09-22
1
-0
/
+3
|
*
|
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-10-02
2
-2
/
+2
|
|
/
*
|
perf tools: Fix compiler error in util/tool_pmu.c
Namhyung Kim
2024-10-14
1
-1
/
+1
*
|
perf report: Display columns Predicted/Abort/Cycles in --branch-history
Thomas Falcon
2024-10-11
4
-1
/
+121
*
|
perf tool_pmu: Switch to standard pmu functions and json descriptions
Ian Rogers
2024-10-11
4
-105
/
+46
*
|
perf tool_pmu: Move expr literals to tool_pmu
Ian Rogers
2024-10-11
8
-97
/
+188
*
|
perf tool_pmu: Rename perf_tool_event__* to tool_pmu__*
Ian Rogers
2024-10-11
5
-26
/
+26
*
|
perf tool_pmu: Rename enum perf_tool_event to tool_pmu_event
Ian Rogers
2024-10-11
6
-47
/
+47
*
|
perf tool_pmu: Factor tool events into their own PMU
Ian Rogers
2024-10-11
17
-390
/
+518
*
|
perf parse-events: Expose/rename config_term_name
Ian Rogers
2024-10-11
2
-9
/
+13
*
|
perf pmu: Allow hardcoded terms to be applied to attributes
Ian Rogers
2024-10-11
3
-10
/
+54
*
|
perf pmu: Simplify an asprintf error message
Ian Rogers
2024-10-11
1
-7
/
+6
*
|
perf tools: Remove unused color_fwrite_lines
Dr. David Alan Gilbert
2024-10-11
2
-29
/
+0
*
|
perf probe: Remove unused add_perf_probe_events
Dr. David Alan Gilbert
2024-10-09
2
-19
/
+0
*
|
perf arm-spe: Dump metadata with version 2
Leo Yan
2024-10-04
1
-5
/
+49
*
|
perf arm-spe: Support metadata version 2
Leo Yan
2024-10-04
1
-4
/
+95
*
|
perf arm-spe: Define metadata header version 2
Leo Yan
2024-10-04
2
-2
/
+38
*
|
tools/perf: Allow inherit + PERF_SAMPLE_READ when opening events
Ben Gainey
2024-10-02
2
-3
/
+19
*
|
tools/perf: Correctly calculate sample period for inherited SAMPLE_READ values
Ben Gainey
2024-10-02
1
-9
/
+19
*
|
perf evsel: Reduce a variables scope
Ian Rogers
2024-09-30
1
-1
/
+2
*
|
perf mem: Fix printing PERF_MEM_LVLNUM_{L2_MHB|MSC}
Thomas Falcon
2024-09-27
1
-1
/
+7
[next]