index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
scripting-engines
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf script python: Cope with declarations after statements found in Python.h
Arnaldo Carvalho de Melo
2023-08-03
1
-1
/
+2
*
perf script: Initialize buffer for regs_map()
Namhyung Kim
2023-06-22
1
-2
/
+2
*
tools: Fix incorrect calculation of object size by sizeof
Li Dong
2023-06-20
1
-2
/
+2
*
perf callchain: Use pthread keys for tls callchain_cursor
Ian Rogers
2023-06-12
2
-8
/
+13
*
perf python: Avoid 2 leak sanitizer issues
Ian Rogers
2023-06-12
1
-1
/
+5
*
perf addr_location: Add init/exit/copy functions
Ian Rogers
2023-06-12
1
-2
/
+8
*
perf thread: Add accessor functions for thread
Ian Rogers
2023-06-12
1
-7
/
+7
*
perf scripting-engines: Move static to local variable, remove 16384 from .bss
Ian Rogers
2023-05-28
2
-4
/
+5
*
perf map: Add helper for ->map_ip() and ->unmap_ip()
Ian Rogers
2023-04-06
1
-1
/
+1
*
perf map: Add accessor for start and end
Ian Rogers
2023-04-04
1
-3
/
+3
*
perf map: Add accessor for dso
Ian Rogers
2023-04-04
2
-11
/
+15
*
perf maps: Add functions to access maps
Ian Rogers
2023-04-04
1
-1
/
+1
*
perf script: Fix Python support when no libtraceevent
Adrian Hunter
2023-03-15
2
-23
/
+54
*
perf trace: Reduce #ifdefs for TEP_FIELD_IS_RELATIVE
Ian Rogers
2023-01-19
2
-6
/
+2
*
perf tools: Remove HAVE_LIBTRACEEVENT_TEP_FIELD_IS_RELATIVE
Ian Rogers
2023-01-19
2
-2
/
+2
*
perf scripting python: Don't be strict at handling libtraceevent enumerations
Arnaldo Carvalho de Melo
2022-12-21
1
-1
/
+1
*
perf tools: Check if libtracevent has TEP_FIELD_IS_RELATIVE
Arnaldo Carvalho de Melo
2022-12-14
2
-0
/
+4
*
perf build: Use libtraceevent from the system
Ian Rogers
2022-12-14
3
-2
/
+6
*
perf tools: Use dedicated non-atomic clear/set bit helpers
Sean Christopherson
2022-12-05
2
-2
/
+2
*
perf thread_map: Reduce exposure of libperf internal API
Ian Rogers
2022-11-16
1
-1
/
+1
*
perf scripting python: Add missing util/perf_regs.h include to get perf_reg_n...
Arnaldo Carvalho de Melo
2022-10-27
1
-0
/
+1
*
perf stat: Aggregate events using evsel->stats->aggr
Namhyung Kim
2022-10-27
1
-6
/
+0
*
perf build: Fixup disabling of -Wdeprecated-declarations for the python scrip...
Arnaldo Carvalho de Melo
2022-09-29
1
-1
/
+1
*
perf tools: Support reading PERF_FORMAT_LOST
Namhyung Kim
2022-08-19
1
-5
/
+14
*
perf scripting python: Delete repeated word in comments
shaomin Deng
2022-08-12
1
-1
/
+1
*
perf scripting python: Do not build fail on deprecation warnings
Arnaldo Carvalho de Melo
2022-08-02
1
-1
/
+1
*
perf scripting perl: Ignore some warnings to keep building with perl headers
Arnaldo Carvalho de Melo
2022-07-20
1
-1
/
+1
*
perf script python: Add machine_pid and vcpu
Adrian Hunter
2022-07-20
1
-1
/
+10
*
perf auxtrace: Add machine_pid and vcpu to auxtrace_error
Adrian Hunter
2022-07-20
1
-1
/
+3
*
perf scripting python: Expose dso and map information
Leo Yan
2022-05-27
1
-4
/
+17
*
perf scripting python: Expose symbol offset and source information
Eelco Chaudron
2022-04-11
1
-13
/
+36
*
perf scripting python: Add all sample flags to DB export
Adrian Hunter
2022-02-15
1
-1
/
+2
*
perf cpumap: Migrate to libperf cpumap api
Ian Rogers
2022-01-22
1
-2
/
+2
*
Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2022-01-18
1
-7
/
+9
|
\
|
*
perf cpumap: Give CPUs their own type
Ian Rogers
2022-01-12
1
-3
/
+3
|
*
perf arch: Support register names from all archs
German Gomez
2021-12-16
1
-4
/
+6
*
|
tools/perf: Add '__rel_loc' event field parsing support
Masami Hiramatsu
2021-12-06
2
-0
/
+4
|
/
*
perf script python: Allow reporting the [un]throttle PERF_RECORD_ meta event
Stephen Brennan
2021-09-03
1
-0
/
+32
*
perf script python: Fix buffer size to report iregs in perf script
Kajol Jain
2021-07-07
1
-5
/
+12
*
perf scripting python: Assign perf_script_context
Adrian Hunter
2021-06-01
1
-0
/
+28
*
perf scripting: Add perf_session to scripting_context
Adrian Hunter
2021-06-01
2
-2
/
+7
*
perf scripting: Add scripting_context__update()
Adrian Hunter
2021-06-01
2
-7
/
+4
*
perf scripting python: Add auxtrace error
Adrian Hunter
2021-05-25
1
-0
/
+42
*
perf scripting python: Add context switch
Adrian Hunter
2021-05-25
1
-0
/
+45
*
perf scripting python: Add cpumode
Adrian Hunter
2021-05-25
1
-0
/
+3
*
perf scripting python: Add IPC
Adrian Hunter
2021-05-25
1
-0
/
+8
*
perf scripting python: Add sample flags
Adrian Hunter
2021-05-25
1
-0
/
+26
*
perf scripting python: Add 'addr_location' for 'addr'
Adrian Hunter
2021-05-25
2
-9
/
+20
*
perf scripting python: Factor out set_sym_in_dict()
Adrian Hunter
2021-05-25
1
-8
/
+17
*
perf scripting python: Fix tuple_set_u64()
Adrian Hunter
2021-05-25
1
-65
/
+81
[next]