summaryrefslogtreecommitdiff
path: root/tools/lib/traceevent
Commit message (Expand)AuthorAgeFilesLines
* libtraceevent: Add __rel_loc relative location attribute supportMasami Hiramatsu2021-12-063-22/+47
* KVM: x86/mmu: Rename "nxe" role bit to "efer_nx" for macro shenanigansSean Christopherson2021-06-241-2/+2
* tools lib traceevent: Hide non API functionsTzvetomir Stoyanov (VMware)2020-10-136-107/+83
* libtraceevent: Fix build warning on 32-bit archesTzvetomir Stoyanov (VMware)2020-09-031-1/+1
* Merge tag 'perf-tools-2020-08-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-1017-415/+1415
|\
| * tools lib traceevent: Handle possible strdup() error in tep_add_plugin_path()...Tzvetomir Stoyanov (VMware)2020-08-061-0/+4
| * libtraceevent: Fixed description of tep_add_plugin_path() APITzvetomir Stoyanov (VMware)2020-08-061-2/+2
| * libtraceevent: Fixed type in PRINT_FMT_STINGTzvetomir Stoyanov (VMware)2020-08-062-4/+4
| * libtraceevent: Fixed broken indentation in parse_ip4_print_args()Tzvetomir Stoyanov (VMware)2020-08-061-2/+2
| * libtraceevent: Improve error handling of tep_plugin_add_option() APITzvetomir Stoyanov (VMware)2020-08-061-7/+9
| * libtraceevent: Fix typo in tep_plugin_add_option() descriptionTzvetomir Stoyanov (VMware)2020-08-061-1/+1
| * libtraceevent: Handle strdup() error in parse_option_name()Tzvetomir Stoyanov (VMware)2020-08-061-3/+5
| * libtraceevent: Document tep_load_plugins_hook()Tzvetomir Stoyanov (VMware)2020-08-062-1/+40
| * Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2020-08-032-1/+2
| |\
| * \ Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2020-07-082-6/+39
| |\ \
| * | | tools lib traceevent: Fix reporting of unknown SVM exit reasonsJan Kiszka2020-07-061-1/+1
| * | | tools lib traceevent: Change to SPDX License formatSteven Rostedt (VMware)2020-07-0611-174/+11
| * | | tools lib traceevent: Add builtin handler for trace_marker_rawSteven Rostedt (VMware)2020-07-061-0/+41
| * | | tools lib traceevent: Move kernel_stack event handler to "function" plugin.Tzvetomir Stoyanov (VMware)2020-07-061-0/+41
| * | | tools lib traceevent: Add plugin for decoding syscalls/sys_enter_futexJulia Cartwright2020-07-063-0/+139
| * | | tools lib traceevent: Add offset option for function pluginSteven Rostedt (VMware)2020-07-061-2/+22
| * | | tools lib traceevent: Add more SVM exit reasonsJan Kiszka2020-07-061-2/+21
| * | | tools lib traceevent: Add plugin for tlb_flushSteven Rostedt (Red Hat)2020-07-063-0/+83
| * | | tools lib traceevent: Optimize pretty_print() functionTzvetomir Stoyanov (VMware)2020-07-063-197/+495
| * | | tools lib traceevent: Add support for more printk format specifiersTzvetomir Stoyanov (VMware)2020-07-061-74/+289
| * | | tools lib traceevent: Introduced new traceevent API, for adding new plugins d...Tzvetomir Stoyanov (VMware)2020-07-064-1/+82
| * | | tools lib traceevent: Add interface for options to pluginsTzvetomir Stoyanov (VMware)2020-07-062-0/+174
| * | | tools lib traceevent: Add tep_load_plugins_hook() APITzvetomir Stoyanov (VMware)2020-07-062-10/+15
* | | | tools/: replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-071-1/+1
| |_|/ |/| |
* | | libtraceevent: Fix build with binutils 2.35Ben Hutchings2020-07-311-1/+1
* | | tools lib traceevent: Fix memory leak in process_dynamic_array_lenPhilippe Duplessis-Guindon2020-07-311-0/+1
| |/ |/|
* | tools lib traceevent: Add proper KBUFFER_TYPE_TIME_STAMP handlingTom Zanussi2020-07-031-6/+9
* | tools lib traceevent: Add API to read time information from kbufferSteven Rostedt (Red Hat)2020-07-032-0/+30
|/
* tools lib traceevent: Add handler for __builtin_expect()Steven Rostedt (VMware)2020-06-181-0/+35
* tools lib traceevent: Handle __attribute__((user)) in field namesSteven Rostedt (VMware)2020-06-181-1/+38
* tools lib traceevent: Add append() function helper for appending stringsSteven Rostedt (VMware)2020-06-181-58/+40
* libtraceevent: Remove unneeded semicolonZou Wei2020-04-301-1/+1
* tools lib traceevent: Take care of return value of asprintfHe Zhe2020-04-181-10/+19
* Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-031-0/+1
|\
| * .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* | tools lib traceevent: Remove extra '\n' in print_event_time()Steven Rostedt (VMware)2020-03-041-1/+1
|/
* tools lib traceevent: Fix memory leakage in filter_eventHewenliang2019-12-201-1/+3
* libtraceevent: Allow custom libdir pathSudip Mukherjee2019-12-162-4/+6
* libtraceevent: Copy pkg-config file to output folder when using O=Sudip Mukherjee2019-12-021-2/+3
* libtraceevent: Fix lib installation with O=Sudip Mukherjee2019-12-021-0/+1
* libtraceevent: Fix memory leakage in copy_filter_typeHewenliang2019-11-221-2/+7
* libtraceevent: Fix header installationSudip Mukherjee2019-11-221-4/+4
* libtraceevent: Fix parsing of event %o and %X argument typesKonstantin Khlebnikov2019-11-181-2/+5
* libtraceevent: Man pages for tep plugins APIsTzvetomir Stoyanov2019-09-251-0/+99
* libtraceevent: Move traceevent plugins in its own subdirectoryTzvetomir Stoyanov (VMware)2019-09-2514-89/+248