index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source 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
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
2018-01-12
perf script python: Add script to profile and resolve physical mem type
Kan Liang
1
-0
/
+2
2017-12-27
perf perf: Remove duplicate includes
Pravin Shedge
1
-1
/
+0
2017-07-26
perf script python: Generate hooks with additional argument
Arun Kalyanasundaram
1
-4
/
+18
2017-07-26
perf script python: Add perf_sample dict to tracepoint handlers
Arun Kalyanasundaram
1
-1
/
+40
2017-07-26
perf script python: Add sample_read to dict
Arun Kalyanasundaram
1
-0
/
+51
2017-07-26
perf script python: Refactor creation of perf sample dict
Arun Kalyanasundaram
1
-41
/
+53
2017-07-26
perf script python: Allocate memory only if handler exists
Arun Kalyanasundaram
1
-16
/
+22
2017-06-19
tools: Adopt __noreturn from kernel sources
Arnaldo Carvalho de Melo
1
-1
/
+2
2017-06-08
perf script: Fix outdated comment for perf-trace-python
SeongJae Park
1
-1
/
+1
2017-04-26
perf tools: Move HAS_BOOL define to where perl headers are used
Arnaldo Carvalho de Melo
1
-1
/
+3
2017-04-19
perf tools: Move print_binary definitions to separate files
Arnaldo Carvalho de Melo
1
-0
/
+1
2017-04-19
perf tools: Including missing inttypes.h header
Arnaldo Carvalho de Melo
2
-0
/
+2
2017-02-28
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+2
2017-02-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2
-0
/
+2
2017-02-17
tools perf scripting python: clang doesn't have -spec, remove it
Arnaldo Carvalho de Melo
1
-2
/
+2
2017-02-13
perf symbols: dso->name is an array, no need to check it against NULL
Arnaldo Carvalho de Melo
1
-2
/
+2
2017-02-13
perf scripting perl: Fix compile error with some perl5 versions
Wang YanQing
1
-1
/
+1
2017-01-26
perf scripting perl: Do not die() when not founding event for a type
Arnaldo Carvalho de Melo
1
-2
/
+4
2017-01-25
lib, traceevent: add PRINT_HEX_STR variant
Daniel Borkmann
2
-0
/
+2
2016-08-23
tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macros
Arnaldo Carvalho de Melo
2
-4
/
+6
2016-07-19
perf tools: Make is_printable_array global
Jiri Olsa
1
-16
/
+0
2016-07-19
perf script python: Fix string vs byte array resolving
Jiri Olsa
1
-6
/
+33
2016-07-12
perf script python: Silence -Werror=maybe-uninitialized on gcc 5.3.0
Arnaldo Carvalho de Melo
1
-2
/
+2
2016-05-20
perf tools: Fix usage of max_stack sysctl
Arnaldo Carvalho de Melo
1
-2
/
+1
2016-05-11
perf tools: Use SBUILD_ID_SIZE where applicable
Masami Hiramatsu
1
-1
/
+1
2016-05-11
perf scripting python: Use Py_FatalError instead of die()
Arnaldo Carvalho de Melo
1
-2
/
+5
2016-05-09
perf script: Fix incorrect python db-export error message
Chris Phlipot
1
-1
/
+1
2016-05-06
perf script: Expose usage of the callchain db export via the python api
Chris Phlipot
1
-2
/
+33
2016-05-06
perf tools: Refactor code to move call path handling out of thread-stack
Chris Phlipot
1
-0
/
+1
2016-04-27
perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_ma...
Arnaldo Carvalho de Melo
1
-1
/
+1
2016-04-14
perf callchain: Start moving away from global per thread cursors
Arnaldo Carvalho de Melo
2
-2
/
+2
2016-04-06
perf script perl: Do error checking on new backtrace routine
Arnaldo Carvalho de Melo
1
-9
/
+21
2016-03-30
perf script perl: Perl scripts now get a backtrace, like the python ones
Dima Kogan
1
-8
/
+106
2016-03-03
perf script: Fix double free on command_line
Colin Ian King
1
-2
/
+2
2016-02-25
perf script: Exception handling when the print fmt is empty
Taeung Song
2
-0
/
+6
2016-01-07
perf script: Add python support for stat events
Jiri Olsa
1
-6
/
+109
2015-09-28
perf scripting python: Allow for max_stack greater than PERF_MAX_STACK_DEPTH
Adrian Hunter
1
-1
/
+1
2015-09-02
tools lib traceevent: Support function __get_dynamic_array_len
He Kuang
2
-0
/
+2
2015-05-13
tracing: Rename FTRACE_MAX_EVENT to TRACE_EVENT_TYPE_MAX
Steven Rostedt (Red Hat)
2
-4
/
+4
2015-04-02
perf db-export: No need to have ->thread twice in struct export_sample
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-04-02
perf db-export: No need to pass thread twice to db_export__sample
Arnaldo Carvalho de Melo
1
-2
/
+1
[next]