index
:
kernel/linux.git
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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
scripting-engines
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-14
perf scripting python: Fix tuple_set_u64()
Adrian Hunter
1
-65
/
+81
2020-11-03
perf scripting python: Avoid declaring function pointers with a visibility at...
Arnaldo Carvalho de Melo
1
-5
/
+2
2020-10-14
perf tools: Pass build_id object to build_id__sprintf()
Jiri Olsa
1
-1
/
+1
2020-10-14
perf tools: Use build_id object in dso
Jiri Olsa
1
-1
/
+1
2020-05-05
perf evsel: Rename *perf_evsel__*name() to *evsel__*name()
Arnaldo Carvalho de Melo
1
-3
/
+3
2020-04-03
perf script report: Fix SEGFAULT when using DWARF mode
Andreas Gerstmayr
1
-0
/
+3
2020-03-10
perf tools: Add hw_idx in struct branch_stack
Kan Liang
1
-14
/
+16
2019-11-26
perf addr_location: Rename al->mg to al->maps
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-11-12
perf callchain: Use 'struct map_symbol' in 'struct callchain_cursor_node'
Arnaldo Carvalho de Melo
2
-16
/
+16
2019-11-12
perf tools: Add map_groups to 'struct addr_location'
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-10-18
perf scripting engines: Iterate on tep event arrays directly
Steven Rostedt (VMware)
2
-4
/
+13
2019-09-20
perf env: Remove needless cpumap.h header
Arnaldo Carvalho de Melo
1
-1
/
+0
2019-09-20
perf tools: Remove util.h from where it is not needed
Arnaldo Carvalho de Melo
1
-1
/
+0
2019-09-01
perf dsos: Move the dsos struct and its methods to separate source files
Arnaldo Carvalho de Melo
2
-0
/
+3
2019-08-29
perf tools: Remove perf.h from source files not needing it
Arnaldo Carvalho de Melo
2
-2
/
+0
2019-08-22
libperf: Add perf_thread_map__nr/perf_thread_map__pid functions
Jiri Olsa
1
-1
/
+1
2019-08-22
perf scripting python: Add missing counts.h header
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-07-30
libperf: Add threads to struct perf_evsel
Jiri Olsa
1
-1
/
+1
2019-07-30
libperf: Add cpus to struct perf_evsel
Jiri Olsa
1
-1
/
+1
2019-07-30
libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel
Jiri Olsa
2
-10
/
+10
2019-07-30
perf evsel: Rename struct perf_evsel to struct evsel
Jiri Olsa
2
-15
/
+15
2019-07-30
perf tools: Rename struct thread_map to struct perf_thread_map
Jiri Olsa
1
-1
/
+1
2019-07-30
perf cpu_map: Rename struct cpu_map to struct perf_cpu_map
Jiri Olsa
1
-1
/
+1
2019-07-10
perf db-export: Export switch events
Adrian Hunter
1
-0
/
+41
2019-07-10
perf db-export: Export comm details
Adrian Hunter
1
-2
/
+6
2019-07-10
perf db-export: Get rid of db_export__deferred()
Adrian Hunter
1
-3
/
+1
2019-06-25
perf db-export: Export synth events
Adrian Hunter
1
-2
/
+44
2019-06-05
perf db-export: Export IPC information
Adrian Hunter
1
-2
/
+6
2019-04-01
perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event ...
Tzvetomir Stoyanov
2
-2
/
+2
2019-03-01
perf db-export: Add calls parent_id to enable creation of call trees
Adrian Hunter
1
-3
/
+5
2019-02-14
perf tools: Rename build libperf to perf
Jiri Olsa
1
-2
/
+2
2019-02-06
perf tools: Add missing include for symbols.h
Arnaldo Carvalho de Melo
2
-0
/
+2
2019-02-06
pref tools: Add missing map.h includes
Arnaldo Carvalho de Melo
2
-0
/
+2
2019-01-25
perf script python: Use PyBytes for attr in trace-event-python
Tony Jones
1
-2
/
+1
2019-01-25
perf script python: Add trace_context extension module to sys.modules
Tony Jones
1
-3
/
+9
2018-12-17
tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct...
Tzvetomir Stoyanov
2
-7
/
+7
2018-12-17
perf script: Use fallbacks for branch stacks
Adrian Hunter
1
-8
/
+8
2018-09-19
tools lib traceevent, perf tools: Rename enum print_arg_type to enum tep_prin...
Tzvetomir Stoyanov (VMware)
2
-44
/
+44
2018-09-19
tools lib traceevent, perf tools: Add prefix tep_ to all print_* structures
Tzvetomir Stoyanov (VMware)
2
-5
/
+5
2018-09-19
tools lib traceevent, perf tools: Rename enum format_flags to enum tep_format...
Tzvetomir Stoyanov (VMware)
2
-22
/
+22
2018-09-19
tools lib traceevent, perf tools: Rename struct format{_field} to struct tep_...
Tzvetomir Stoyanov (VMware)
2
-5
/
+5
2018-09-19
tools lib traceevent, perf tools: Rename struct event_format to struct tep_ev...
Tzvetomir Stoyanov (VMware)
2
-7
/
+7
2018-08-13
tools lib traceevent, perf tools: Rename pevent_read_number_* APIs
Tzvetomir Stoyanov (VMware)
1
-2
/
+2
2018-08-10
tools lib traceevent, perf tools: Rename struct pevent to struct tep_handle
Tzvetomir Stoyanov (VMware)
2
-2
/
+2
2018-07-11
perf script python: Fix dict reference counting
Janne Huttunen
1
-6
/
+2
2018-07-11
perf tools: Generate a Python script compatible with Python 2 and 3
Jeremy Cline
1
-14
/
+15
2018-06-06
perf script python: Add more PMU fields to event handler dict
Jin Yao
1
-1
/
+226
2018-06-06
perf script python: Move dsoname code to a new function
Jin Yao
1
-8
/
+15
2018-05-30
perf script python: Add addr into perf sample dict
Leo Yan
1
-0
/
+2
2018-02-19
perf tools: Add Python 3 support
Jaroslav Škarvada
1
-43
/
+104
[next]