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
/
util
/
python.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf python: Stop using deprecated PyUnicode_AsString()
Arnaldo Carvalho de Melo
2025-07-30
1
-1
/
+11
*
perf python: Set index error for invalid thread/cpu map items
Ian Rogers
2025-07-11
1
-2
/
+6
*
perf python: Improve leader copying from evlist
Ian Rogers
2025-07-11
1
-0
/
+57
*
perf python: Correct pyrf_evsel__read for tool PMUs
Ian Rogers
2025-07-11
1
-3
/
+44
*
perf python: Fix thread check in pyrf_evsel__read
Ian Rogers
2025-07-11
1
-1
/
+1
*
perf python: In str(evsel) use the evsel__pmu_name helper
Ian Rogers
2025-07-11
1
-4
/
+1
*
perf stat: Move metric list from config to evlist
Ian Rogers
2025-07-11
1
-0
/
+4
*
perf thread_map: Remove uid options
Ian Rogers
2025-06-09
1
-5
/
+5
*
perf python: Add evlist close support
Gautam Menghani
2025-05-23
1
-0
/
+16
*
perf python: Add evsel read method
Gautam Menghani
2025-05-23
1
-0
/
+37
*
perf python: Add support for 'struct perf_counts_values' to return counter data
Gautam Menghani
2025-05-23
1
-1
/
+91
*
perf python: Add evsel cpus and threads functions
Ian Rogers
2025-05-21
1
-0
/
+33
*
perf python: Check if there is space to copy all the event
Arnaldo Carvalho de Melo
2025-03-18
1
-0
/
+5
*
perf python: Don't keep a raw_data pointer to consumed ring buffer space
Arnaldo Carvalho de Melo
2025-03-18
1
-3
/
+1
*
perf python: Decrement the refcount of just created event on failure
Arnaldo Carvalho de Melo
2025-03-18
1
-1
/
+5
*
perf python: Remove some unused macros (_PyUnicode_FromString(arg), etc)
Arnaldo Carvalho de Melo
2025-03-18
1
-7
/
+0
*
perf python: Fixup description of sample.id event member
Arnaldo Carvalho de Melo
2025-03-18
1
-1
/
+1
*
perf python: Add evlist.config to set up record options
Ian Rogers
2025-03-12
1
-0
/
+33
*
perf python: Add evlist all_cpus accessor
Ian Rogers
2025-03-12
1
-0
/
+16
*
perf python: Avoid duplicated code in get_tracepoint_field
Ian Rogers
2025-03-12
1
-13
/
+4
*
perf python: Update ungrouped evsel leader in clone
Ian Rogers
2025-03-12
1
-0
/
+2
*
perf python: Add optional cpus and threads arguments to parse_events
Ian Rogers
2025-03-12
1
-2
/
+8
*
perf python: Add member access to a number of evsel variables
Ian Rogers
2025-03-12
1
-0
/
+23
*
perf python: Add evlist enable and disable methods
Ian Rogers
2025-03-12
1
-0
/
+26
*
perf sample: Make user_regs and intr_regs optional
Ian Rogers
2025-02-13
1
-0
/
+9
*
perf python: Correctly throw IndexError
Ian Rogers
2024-12-18
1
-1
/
+3
*
perf python: Add __str__ and __repr__ functions to evsel
Ian Rogers
2024-12-18
1
-0
/
+13
*
perf python: Add __str__ and __repr__ functions to evlist
Ian Rogers
2024-12-18
1
-0
/
+26
*
perf python: Add parse_events function
Ian Rogers
2024-12-18
1
-0
/
+61
*
perf kwork: Make perf_kwork_add_work a callback
Ian Rogers
2024-12-18
1
-12
/
+0
*
perf bench: Remove reference to cmd_inject
Ian Rogers
2024-12-18
1
-6
/
+0
*
perf lock: Move common lock contention code to new file
Ian Rogers
2024-12-18
1
-17
/
+0
*
perf env: Move arch errno function to only use in env
Ian Rogers
2024-12-18
1
-6
/
+0
*
perf script: Move perf_sample__sprintf_flags to trace-event-scripting.c
Ian Rogers
2024-12-18
1
-6
/
+0
*
perf script: Move script_fetch_insn to trace-event-scripting.c
Ian Rogers
2024-12-18
1
-6
/
+0
*
perf script: Move script_spec code to trace-event-scripting.c
Ian Rogers
2024-12-18
1
-5
/
+0
*
perf stat: Move stat_config into config.c
Ian Rogers
2024-12-18
1
-10
/
+0
*
perf script: Move find_scripts to browser/scripts.c
Ian Rogers
2024-12-18
1
-6
/
+0
*
perf kvm: Move functions used in util out of builtin
Ian Rogers
2024-12-18
1
-32
/
+0
*
perf script: Move scripting_max_stack out of builtin
Ian Rogers
2024-12-18
1
-2
/
+0
*
perf python: Remove unused #include
Ian Rogers
2024-12-18
1
-1
/
+0
*
perf python: Constify variables and parameters
Ian Rogers
2024-12-18
1
-26
/
+29
*
perf python: Remove python 2 scripting support
Ian Rogers
2024-12-18
1
-61
/
+12
*
perf build: Include libtraceevent headers directly indicated by pkg-config
Yicong Yang
2024-11-09
1
-1
/
+1
*
perf python: Fix up the build on architectures without HAVE_KVM_STAT_SUPPORT
Arnaldo Carvalho de Melo
2024-10-23
1
-0
/
+3
*
perf python: include "util/sample.h"
Xu Yang
2024-09-02
1
-0
/
+1
*
perf python: Switch module to linking libraries from building source
Ian Rogers
2024-06-26
1
-176
/
+98
*
perf hist: Honor symbol_conf.skip_empty
Namhyung Kim
2024-06-16
1
-0
/
+3
*
perf tools: Add/use PMU reverse lookup from config to name
Ian Rogers
2024-03-21
1
-0
/
+10
*
perf tools: Make it possible to see perf's kernel and module memory mappings
Adrian Hunter
2024-02-08
1
-0
/
+1
[next]