aboutsummaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2023-06-07trace-cmd: Add initial support for mesonDaniel Wagner
2021-07-26trace-cmd: Remove leftover traces of libtraceevent in MakefilesSteven Rostedt (VMware)
2021-05-13trace-cmd library: Add tracecmd_info() log functionTzvetomir Stoyanov (VMware)
2021-05-13trace-cmd library: Use tep_vprint() for logsTzvetomir Stoyanov (VMware)
2021-04-09trace-cmd: Implement warning() in the libraryTzvetomir Stoyanov (VMware)
2021-04-09trace-cmd: Remove last elements of local libtracefs and libtraceeventSteven Rostedt (VMware)
2020-12-11trace-cmd: Add missing SPDX headersSteven Rostedt (VMware)
2020-11-19trace-cmd: libtracecmd API cleanupTzvetomir Stoyanov (VMware)
2020-02-10trace-cmd: Clean up old gtk stuffZiqian SUN (Zamir)
2019-07-25trace-cmd: In the ctracecmdgui use PyLong on Python 3Patrick McLean
2019-07-25trace-cmd: Add missing headers to Python templatePatrick McLean
2019-07-23trace-cmd: Use PyLong_AsLong() for Python 3Steven Rostedt (VMware)
2019-07-23trace-cmd: Use PyMemoryView_FromMemory() for Python 3Steven Rostedt (VMware)
2019-07-23trace-cmd: Replace PySting_FromString() with PyUnicode_FromString()Steven Rostedt (VMware)
2019-05-03trace-cmd: python: Apply 2to3 print transformation to python filesJohn Kacur
2019-04-09perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event ...Tzvetomir Stoyanov
2019-04-09tools tools, tools lib traceevent: Make traceevent APIs more consistentTzvetomir Stoyanov
2019-03-14trace-cmd: Rename tep_is_file_bigendian() to tep_file_bigendian()Tzvetomir Stoyanov
2019-03-14trace-cmd: Remove tep_data_event_from_type() APITzvetomir Stoyanov
2019-01-23trace-cmd: Make python work againJohannes Berg
2019-01-11kernel-shark-qt: Fix formatting of fixed-point numbers to not skip zerosUwe Kleine-König
2019-01-09trace-cmd: Fix python plugins not resolving symbolsSteven Rostedt (VMware)
2018-12-18tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct...Tzvetomir Stoyanov
2018-10-02tools lib traceevent, perf tools: Rename struct format{_field} to struct tep_...Tzvetomir Stoyanov (VMware)
2018-10-02tools lib traceevent, perf tools: Rename struct event_format to struct tep_ev...Tzvetomir Stoyanov (VMware)
2018-08-28tools lib traceevent: Rename various pevent get/set/is APIsTzvetomir Stoyanov (VMware)
2018-08-28tools lib traceevent: Rename pevent_find_* APIsTzvetomir Stoyanov (VMware)
2018-08-28tools lib traceevent: Rename pevent_data_ APIsTzvetomir Stoyanov (VMware)
2018-08-28tools lib traceevent: Rename pevent_register / unregister APIsTzvetomir Stoyanov (VMware)
2018-08-28tools lib traceevent, perf tools: Rename pevent_read_number_* APIsTzvetomir Stoyanov (VMware)
2018-08-28tools lib traceevent, perf tools: Rename pevent find APIsTzvetomir Stoyanov (VMware)
2018-08-27tools lib traceevent, perf tools: Rename 'struct pevent_record' to 'struct te...Tzvetomir Stoyanov (VMware)
2018-08-27tools lib traceevent, perf tools: Rename struct pevent to struct tep_handleTzvetomir Stoyanov (VMware)
2018-02-07trace-cmd: Move python-related files in python/Vladislav Valtchev (VMware)