index
:
kernel
linux-6.17.y
linux-6.18.y
main
saturneric's kernel source tree
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-script.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf sample: Remove arch notion of sample parsing
Ian Rogers
2025-07-25
1
-1
/
+1
*
perf evlist: Change env variable to session
Ian Rogers
2025-07-25
1
-1
/
+1
*
perf session: Add accessor for session->header.env
Ian Rogers
2025-07-25
1
-6
/
+8
*
perf stat: Move metric list from config to evlist
Ian Rogers
2025-07-11
1
-2
/
+1
*
perf tools: display the new PERF_RECORD_BPF_METADATA event
Blake Jones
2025-06-20
1
-2
/
+13
*
perf script: Display off-cpu samples correctly
Howard Chu
2025-05-06
1
-2
/
+2
*
perf script: Fix output type for dynamically allocated core PMU's
Thomas Falcon
2025-03-05
1
-3
/
+13
*
perf script: Add not taken event for branch stack
Leo Yan
2025-03-05
1
-7
/
+13
*
perf script: Make printing flags reliable
Leo Yan
2025-03-05
1
-2
/
+7
*
perf sample: Make user_regs and intr_regs optional
Ian Rogers
2025-02-13
1
-2
/
+8
*
perf script: Cache the output type
Arnaldo Carvalho de Melo
2024-12-20
1
-42
/
+49
*
perf script: Move perf_sample__sprintf_flags to trace-event-scripting.c
Ian Rogers
2024-12-18
1
-81
/
+0
*
perf script: Move script_fetch_insn to trace-event-scripting.c
Ian Rogers
2024-12-18
1
-14
/
+1
*
perf script: Move script_spec code to trace-event-scripting.c
Ian Rogers
2024-12-18
1
-64
/
+3
*
perf stat: Move stat_config into config.c
Ian Rogers
2024-12-18
1
-1
/
+0
*
perf script: Move find_scripts to browser/scripts.c
Ian Rogers
2024-12-18
1
-171
/
+0
*
perf script: Use openat for directory iteration
Ian Rogers
2024-12-18
1
-27
/
+60
*
perf script: Move scripting_max_stack out of builtin
Ian Rogers
2024-12-18
1
-2
/
+0
*
perf evsel: Add/use accessor for tp_format
Ian Rogers
2024-12-09
1
-2
/
+7
*
perf build: Include libtraceevent headers directly indicated by pkg-config
Yicong Yang
2024-11-09
1
-1
/
+1
*
perf arm-spe: Correctly set sample flags
Graham Woodward
2024-10-29
1
-0
/
+1
*
perf stat: Change color to threshold in print_metric
Ian Rogers
2024-10-17
1
-3
/
+3
*
perf env: Find correct branch counter info on hybrid
Kan Liang
2024-09-11
1
-2
/
+3
*
perf script: Minimize "not reaching sample" for '-F +brstackinsn'
Andi Kleen
2024-09-03
1
-2
/
+4
*
perf script: Add branch counters
Kan Liang
2024-08-14
1
-7
/
+62
*
perf script: Use perf_tool__init()
Ian Rogers
2024-08-12
1
-35
/
+30
*
perf tool: Constify tool pointers
Ian Rogers
2024-08-12
1
-21
/
+20
*
perf script: add --addr2line option
Martin Liška
2024-08-12
1
-0
/
+2
*
perf mem-info: Add reference count checking
Ian Rogers
2024-05-07
1
-3
/
+8
*
perf mem-info: Move mem-info out of mem-events and symbol
Ian Rogers
2024-05-07
1
-0
/
+1
*
perf dso: Add reference count checking and accessor functions
Ian Rogers
2024-05-06
1
-4
/
+4
*
perf script: Consolidate capstone print functions
Adrian Hunter
2024-04-08
1
-15
/
+28
*
perf script: Add capstone support for '-F +brstackdisasm'
Andi Kleen
2024-04-05
1
-7
/
+25
*
perf script: Support 32bit code under 64bit OS with capstone
Andi Kleen
2024-04-05
1
-4
/
+5
*
perf evsel: Use evsel__name_is() helper
Yang Jihong
2024-04-03
1
-1
/
+1
*
perf script: Show also errors for --insn-trace option
Adrian Hunter
2024-03-21
1
-1
/
+1
*
perf: script: add raw|disasm arguments to --insn-trace option
Changbin Du
2024-02-21
1
-4
/
+18
*
perf: script: add field 'disasm' to display mnemonic instructions
Changbin Du
2024-02-21
1
-1
/
+14
*
perf: util: use capstone disasm engine to show assembly instructions
Changbin Du
2024-02-21
1
-5
/
+3
*
perf tools: Make it possible to see perf's kernel and module memory mappings
Adrian Hunter
2024-02-08
1
-0
/
+3
*
perf script: Print source line for each jump in brstackinsn
Kan Liang
2024-02-07
1
-3
/
+15
*
perf: script: fix missing ',' for fields option
Changbin Du
2023-10-17
1
-1
/
+1
*
perf script: Print "cgroup" field on the same line as "comm"
Ivan Babrou
2023-08-08
1
-11
/
+11
*
perf script: Remove some large stack allocations
Ian Rogers
2023-06-12
1
-4
/
+13
*
perf callchain: Use pthread keys for tls callchain_cursor
Ian Rogers
2023-06-12
1
-10
/
+14
*
perf addr_location: Add init/exit/copy functions
Ian Rogers
2023-06-12
1
-31
/
+46
*
perf thread: Add accessor functions for thread
Ian Rogers
2023-06-12
1
-10
/
+10
*
perf script: Fix allocation of evsel->priv related to per-event dump files
Arnaldo Carvalho de Melo
2023-06-12
1
-8
/
+8
*
perf script: Increase PID/TID width for output
Namhyung Kim
2023-06-01
1
-3
/
+3
*
perf script: Add new output field 'dsoff' to print dso offset
Changbin Du
2023-05-12
1
-36
/
+24
[next]