index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y/master
stable/2.6.12.y/master
stable/2.6.13.y/master
stable/2.6.14.y/master
stable/2.6.15.y/master
stable/2.6.16.y/master
stable/2.6.17.y/master
stable/2.6.18.y/master
stable/2.6.19.y/master
stable/2.6.20.y/master
stable/2.6.21.y/master
stable/2.6.22.y/master
stable/2.6.23.y/master
stable/2.6.24.y/master
stable/2.6.25.y/master
stable/2.6.26.y/master
stable/2.6.27.y/master
stable/2.6.28.y/master
stable/2.6.29.y/master
stable/2.6.30.y/master
stable/2.6.31.y/master
stable/2.6.32.y/master
stable/2.6.33.y/master
stable/2.6.34.y/master
stable/2.6.35.y/master
stable/2.6.36.y/master
stable/2.6.37.y/master
stable/2.6.38.y/master
stable/2.6.39.y/master
stable/3.0.y/master
stable/3.1.y/master
stable/3.10.y/master
stable/3.11.y/master
stable/3.12.y/master
stable/3.13.y/master
stable/3.14.y/master
stable/3.15.y/master
stable/3.16.y/master
stable/3.17.y/master
stable/3.18.y/master
stable/3.19.y/master
stable/3.2.y/master
stable/3.3.y/master
stable/3.4.y/master
stable/3.5.y/master
stable/3.6.y/master
stable/3.7.y/master
stable/3.8.y/master
stable/3.9.y/master
stable/4.0.y/master
stable/4.1.y/master
stable/4.10.y/master
stable/4.11.y/master
stable/4.12.y/master
stable/4.13.y/master
stable/4.14.y/master
stable/4.15.y/master
stable/4.16.y/master
stable/4.17.y/master
stable/4.18.y/master
stable/4.19.y/master
stable/4.2.y/master
stable/4.20.y/master
stable/4.3.y/master
stable/4.4.y/master
stable/4.5.y/master
stable/4.6.y/master
stable/4.7.y/master
stable/4.8.y/master
stable/4.9.y/master
stable/5.0.y/master
stable/5.1.y/master
stable/5.10.y/master
stable/5.11.y/master
stable/5.12.y/master
stable/5.13.y/master
stable/5.14.y/master
stable/5.15.y/master
stable/5.16.y/master
stable/5.17.y/master
stable/5.18.y/master
stable/5.19.y/master
stable/5.2.y/master
stable/5.3.y/master
stable/5.4.y/master
stable/5.5.y/master
stable/5.6.y/master
stable/5.7.y/master
stable/5.8.y/master
stable/5.9.y/master
stable/6.0.y/master
stable/6.1.y/master
stable/6.10.y/master
stable/6.11.y/master
stable/6.12.y/master
stable/6.13.y/master
stable/6.14.y/master
stable/6.15.y/master
stable/6.16.y/master
stable/6.2.y/master
stable/6.3.y/master
stable/6.4.y/master
stable/6.5.y/master
stable/6.6.y/master
stable/6.7.y/master
stable/6.8.y/master
stable/6.9.y/master
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
scripting-engines
/
trace-event-python.c
Age
Commit message (
Expand
)
Author
11 days
perf build-id: Change sprintf functions to snprintf
Ian Rogers
2025-06-09
perf script: perf script tests fails with segfault
Aditya Bodkhe
2025-02-12
perf sample: Make user_regs and intr_regs optional
Ian Rogers
2024-12-18
perf python: Remove python 2 scripting support
Ian Rogers
2024-12-09
perf evsel: Add/use accessor for tp_format
Ian Rogers
2024-11-08
perf build: Include libtraceevent headers directly indicated by pkg-config
Yicong Yang
2024-11-08
perf script cs_etm: Add map_pgoff to python dictionary
Steve Clevenger
2024-09-06
perf script python: Avoid buffer overflow in python PEBS register interface
Andi Kleen
2024-08-09
perf script python: Add the 'ins_lat' field to event handler
Zixian Cai
2024-05-07
perf mem-info: Add reference count checking
Ian Rogers
2024-05-07
perf mem-info: Move mem-info out of mem-events and symbol
Ian Rogers
2024-05-06
perf dso: Add reference count checking and accessor functions
Ian Rogers
2024-03-21
perf cpumap: Use perf_cpu_map__for_each_cpu when possible
Ian Rogers
2024-02-02
tools: perf: Expose sample ID / stream ID to python scripts
Ben Gainey
2023-11-27
perf script python: Fail check on dynamic allocation
Paran Lee
2023-06-22
perf script: Initialize buffer for regs_map()
Namhyung Kim
2023-06-20
tools: Fix incorrect calculation of object size by sizeof
Li Dong
2023-06-12
perf callchain: Use pthread keys for tls callchain_cursor
Ian Rogers
2023-06-12
perf python: Avoid 2 leak sanitizer issues
Ian Rogers
2023-06-12
perf addr_location: Add init/exit/copy functions
Ian Rogers
2023-06-12
perf thread: Add accessor functions for thread
Ian Rogers
2023-05-28
perf scripting-engines: Move static to local variable, remove 16384 from .bss
Ian Rogers
2023-04-06
perf map: Add helper for ->map_ip() and ->unmap_ip()
Ian Rogers
2023-04-04
perf map: Add accessor for start and end
Ian Rogers
2023-04-04
perf map: Add accessor for dso
Ian Rogers
2023-04-04
perf maps: Add functions to access maps
Ian Rogers
2023-03-15
perf script: Fix Python support when no libtraceevent
Adrian Hunter
2023-01-19
perf trace: Reduce #ifdefs for TEP_FIELD_IS_RELATIVE
Ian Rogers
2023-01-19
perf tools: Remove HAVE_LIBTRACEEVENT_TEP_FIELD_IS_RELATIVE
Ian Rogers
2022-12-14
perf tools: Check if libtracevent has TEP_FIELD_IS_RELATIVE
Arnaldo Carvalho de Melo
2022-12-14
perf build: Use libtraceevent from the system
Ian Rogers
2022-12-05
perf tools: Use dedicated non-atomic clear/set bit helpers
Sean Christopherson
2022-11-16
perf thread_map: Reduce exposure of libperf internal API
Ian Rogers
2022-10-27
perf scripting python: Add missing util/perf_regs.h include to get perf_reg_n...
Arnaldo Carvalho de Melo
2022-10-27
perf stat: Aggregate events using evsel->stats->aggr
Namhyung Kim
2022-08-19
perf tools: Support reading PERF_FORMAT_LOST
Namhyung Kim
2022-08-12
perf scripting python: Delete repeated word in comments
shaomin Deng
2022-07-20
perf script python: Add machine_pid and vcpu
Adrian Hunter
2022-07-20
perf auxtrace: Add machine_pid and vcpu to auxtrace_error
Adrian Hunter
2022-05-27
perf scripting python: Expose dso and map information
Leo Yan
2022-04-11
perf scripting python: Expose symbol offset and source information
Eelco Chaudron
2022-02-15
perf scripting python: Add all sample flags to DB export
Adrian Hunter
2022-01-22
perf cpumap: Migrate to libperf cpumap api
Ian Rogers
2022-01-18
Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2022-01-12
perf cpumap: Give CPUs their own type
Ian Rogers
2021-12-16
perf arch: Support register names from all archs
German Gomez
2021-12-06
tools/perf: Add '__rel_loc' event field parsing support
Masami Hiramatsu
2021-09-03
perf script python: Allow reporting the [un]throttle PERF_RECORD_ meta event
Stephen Brennan
2021-07-07
perf script python: Fix buffer size to report iregs in perf script
Kajol Jain
2021-06-01
perf scripting python: Assign perf_script_context
Adrian Hunter
[next]