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