Arun Kalyanasundaram
|
e9f9a9ca85
perf script python: Allocate memory only if handler exists
|
8 年 前 |
Arnaldo Carvalho de Melo
|
6c3466435b
tools: Adopt __noreturn from kernel sources
|
8 年 前 |
SeongJae Park
|
c76132dc51
perf script: Fix outdated comment for perf-trace-python
|
8 年 前 |
Arnaldo Carvalho de Melo
|
fea013928c
perf tools: Move print_binary definitions to separate files
|
8 年 前 |
Arnaldo Carvalho de Melo
|
fd20e8111c
perf tools: Including missing inttypes.h header
|
8 年 前 |
Linus Torvalds
|
3f26b0c876
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
8 年 前 |
Arnaldo Carvalho de Melo
|
8bd8c65333
tools perf scripting python: clang doesn't have -spec, remove it
|
8 年 前 |
Daniel Borkmann
|
0fe0559179
lib, traceevent: add PRINT_HEX_STR variant
|
8 年 前 |
Arnaldo Carvalho de Melo
|
bd48c63eb0
tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macros
|
9 年 前 |
Jiri Olsa
|
accaed2659
perf tools: Make is_printable_array global
|
9 年 前 |
Jiri Olsa
|
249de6e074
perf script python: Fix string vs byte array resolving
|
9 年 前 |
Arnaldo Carvalho de Melo
|
39f54862a9
perf script python: Silence -Werror=maybe-uninitialized on gcc 5.3.0
|
9 年 前 |
Masami Hiramatsu
|
b5d8bbe860
perf tools: Use SBUILD_ID_SIZE where applicable
|
9 年 前 |
Arnaldo Carvalho de Melo
|
62665dff75
perf scripting python: Use Py_FatalError instead of die()
|
9 年 前 |
Chris Phlipot
|
aff633406c
perf script: Fix incorrect python db-export error message
|
9 年 前 |
Chris Phlipot
|
2c15f5eb04
perf script: Expose usage of the callchain db export via the python api
|
9 年 前 |
Chris Phlipot
|
451db12617
perf tools: Refactor code to move call path handling out of thread-stack
|
9 年 前 |
Arnaldo Carvalho de Melo
|
91d7b2de31
perf callchain: Start moving away from global per thread cursors
|
9 年 前 |
Colin Ian King
|
979ac257b0
perf script: Fix double free on command_line
|
9 年 前 |
Taeung Song
|
8579aca3f9
perf script: Exception handling when the print fmt is empty
|
9 年 前 |
Jiri Olsa
|
aef9026356
perf script: Add python support for stat events
|
9 年 前 |
Adrian Hunter
|
44cbe7295c
perf scripting python: Allow for max_stack greater than PERF_MAX_STACK_DEPTH
|
10 年 前 |
He Kuang
|
76055940c1
tools lib traceevent: Support function __get_dynamic_array_len
|
10 年 前 |
Steven Rostedt (Red Hat)
|
609a740452
tracing: Rename FTRACE_MAX_EVENT to TRACE_EVENT_TYPE_MAX
|
10 年 前 |
Arnaldo Carvalho de Melo
|
b83e868d0a
perf db-export: No need to have ->thread twice in struct export_sample
|
10 年 前 |
Arnaldo Carvalho de Melo
|
7327259d7e
perf db-export: No need to pass thread twice to db_export__sample
|
10 年 前 |
Arnaldo Carvalho de Melo
|
f9d5d549d2
perf scripting: No need to pass thread twice to the scripting callbacks
|
10 年 前 |
Javi Merino
|
b839e1e846
tools lib traceevent: Add support for __print_array()
|
10 年 前 |
Arnaldo Carvalho de Melo
|
48000a1aed
perf tools: Remove EOL whitespaces
|
10 年 前 |
Jiri Olsa
|
adf5bcf395
perf script python: Removing event cache as it's no longer needed
|
10 年 前 |