summaryrefslogtreecommitdiffstats
path: root/tools/lib/traceevent
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-0618-889/+936
|\
| * tools lib traceevent: Rename input arguments and local variables of libtracee...Tzvetomir Stoyanov2019-04-014-180/+180
| * perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event_...Tzvetomir Stoyanov2019-04-012-8/+8
| * perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event ...Tzvetomir Stoyanov2019-04-017-26/+26
| * tools lib traceevent: Rename input arguments of libtraceevent APIs from peven...Tzvetomir Stoyanov2019-04-0116-442/+439
| * tools tools, tools lib traceevent: Make traceevent APIs more consistentTzvetomir Stoyanov2019-04-014-43/+43
| * tools lib traceevent: Remove call to exit() from tep_filter_add_filter_str()Tzvetomir Stoyanov2019-04-011-3/+0
| * tools lib traceevent: Remove tep filter trivial APIsTzvetomir Stoyanov2019-04-012-185/+0
| * tools lib traceevent: Removed unneeded !! and return parenthesisSteven Rostedt (VMware)2019-04-011-2/+2
| * tools lib traceevent: Implement new traceevent APIs for accessing struct tep_...Tzvetomir Stoyanov2019-04-012-4/+108
| * tools lib traceevent: Coding style fixesTzvetomir Stoyanov2019-04-011-15/+15
| * tools lib traceevent: Change description of few APIsTzvetomir Stoyanov2019-04-012-12/+14
| * tools lib traceevent: Add more debugging to see various internal ring buffer ...Steven Rostedt (Red Hat)2019-04-012-0/+62
| * tools lib traceevent: Implement a new API, tep_list_events_copy()Tzvetomir Stoyanov2019-04-012-23/+91
| * tools lib traceevent: Add mono clocks to be parsed in secondsSteven Rostedt (VMware)2019-04-011-1/+2
| * tools lib traceevent: Handle trace_printk() "%px"Steven Rostedt (VMware)2019-04-011-0/+1
* | tools lib traceevent: Change tag string for errorLeo Yan2019-05-021-1/+1
* | tools lib traceevent: Fix missing equality check for strcmpRikard Falkeborn2019-04-161-1/+1
|/
* tools lib traceevent: Fix buffer overflow in arg_evalTony Jones2019-02-281-1/+1
* tools lib traceevent: Remove tep_data_event_from_type() APITzvetomir Stoyanov2019-01-082-13/+0
* tools lib traceevent: Rename tep_is_file_bigendian() to tep_file_bigendian()Tzvetomir Stoyanov2019-01-083-4/+4
* tools lib traceevent: Changed return logic of tep_register_event_handler() APITzvetomir Stoyanov2019-01-082-2/+13
* tools lib traceevent: Changed return logic of trace_seq_printf() and trace_se...Tzvetomir Stoyanov2019-01-081-5/+12
* tools lib traceevent: Rename struct cmdline to struct tep_cmdlineTzvetomir Stoyanov2019-01-083-24/+24
* tools lib traceevent: Initialize host_bigendian at tep_handle allocationTzvetomir Stoyanov2019-01-081-1/+3
* tools lib traceevent: Introduce new libtracevent API: tep_override_comm()Tzvetomir Stoyanov2019-01-082-15/+55
* tools lib traceevent: Use LDFLAGS in the build commandsJiri Olsa2018-12-181-2/+2
* tools lib traceevent: Fix processing of dereferenced args in bprintk eventsSteven Rostedt (VMware)2018-12-181-0/+1
* tools lib traceevent: Fix diverse typos in commentsIngo Molnar2018-12-172-7/+7
* tools lib traceevent: traceevent API cleanupTzvetomir Stoyanov2018-12-174-24/+18
* tools lib traceevent: Rename tep_free_format() to tep_free_event()Tzvetomir Stoyanov2018-12-172-4/+4
* tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct...Tzvetomir Stoyanov2018-12-1711-165/+165
* tools lib traceevent: Install trace-seq.h API header fileTzvetomir Stoyanov2018-12-171-1/+2
* tools lib traceevent: Added support for pkg-configTzvetomir Stoyanov2018-12-172-3/+33
* tools lib traceevent: Implement new API tep_get_ref()Tzvetomir Stoyanov2018-12-172-0/+8
* tools lib traceevent: Add sanity check to is_timestamp_in_us()Tzvetomir Stoyanov2018-12-171-1/+1
* tools lib traceevent: Fix compile warnings in tools/lib/traceevent/event-parse.cAdrian Hunter2018-12-171-5/+5
* tools lib traceevent, perf tools: Move struct tep_handler definition in a loc...Tzvetomir Stoyanov2018-10-087-200/+400
* tools lib traceevent: Separate out tep_strerror() for strerror_r() issuesSteven Rostedt (VMware)2018-10-083-30/+54
* tools lib traceevent: Add prefix tep_ to enum filter_trivial_typeTzvetomir Stoyanov (VMware)2018-09-192-18/+18
* tools lib traceevent: Rename data2host*() APIsTzvetomir Stoyanov (VMware)2018-09-192-12/+12
* tools lib traceevent: Rename struct plugin_list to struct tep_plugin_listTzvetomir Stoyanov (VMware)2018-09-192-13/+13
* tools lib traceevent: Add prefix tep_ to structs filter_type and event_filterTzvetomir Stoyanov (VMware)2018-09-192-65/+65
* tools lib traceevent: Add prefix tep_ to various structs filter_arg_*.Tzvetomir Stoyanov (VMware)2018-09-191-24/+24
* tools lib traceevent: Add prefix tep_ to struct filter_{arg,value_type}Tzvetomir Stoyanov (VMware)2018-09-192-74/+74
* tools lib traceevent: Add prefix tep_ to enums filter_{exp,arg}_typeTzvetomir Stoyanov (VMware)2018-09-192-133/+133
* tools lib traceevent: Add prefix tep_ to enums filter_{boolean,op,cmp}_typeTzvetomir Stoyanov (VMware)2018-09-192-95/+95
* tools lib traceevent, perf tools: Rename enum print_arg_type to enum tep_prin...Tzvetomir Stoyanov (VMware)2018-09-192-142/+142
* tools lib traceevent, perf tools: Add prefix tep_ to all print_* structuresTzvetomir Stoyanov (VMware)2018-09-192-121/+121
* tools lib traceevent: Add prefix TEP_ to all EVENT_FL_* flagsTzvetomir Stoyanov (VMware)2018-09-192-30/+30