summaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines/trace-event-python.c
AgeCommit message (Expand)Author
2019-11-05perf scripting engines: Iterate on tep event arrays directlySteven Rostedt (VMware)
2019-09-20perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo
2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo
2019-08-29perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo
2019-08-22libperf: Add perf_thread_map__nr/perf_thread_map__pid functionsJiri Olsa
2019-08-22perf scripting python: Add missing counts.h headerArnaldo Carvalho de Melo
2019-07-29libperf: Add threads to struct perf_evselJiri Olsa
2019-07-29libperf: Add cpus to struct perf_evselJiri Olsa
2019-07-29libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa
2019-07-29perf tools: Rename struct thread_map to struct perf_thread_mapJiri Olsa
2019-07-29perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa
2019-07-10perf db-export: Export switch eventsAdrian Hunter
2019-07-10perf db-export: Export comm detailsAdrian Hunter
2019-07-10perf db-export: Get rid of db_export__deferred()Adrian Hunter
2019-06-25perf db-export: Export synth eventsAdrian Hunter
2019-06-05perf db-export: Export IPC informationAdrian Hunter
2019-04-01perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event ...Tzvetomir Stoyanov
2019-03-01perf db-export: Add calls parent_id to enable creation of call treesAdrian Hunter
2019-02-06perf tools: Add missing include for symbols.hArnaldo Carvalho de Melo
2019-02-06pref tools: Add missing map.h includesArnaldo Carvalho de Melo
2019-01-25perf script python: Use PyBytes for attr in trace-event-pythonTony Jones
2019-01-25perf script python: Add trace_context extension module to sys.modulesTony Jones
2018-12-17tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct...Tzvetomir Stoyanov
2018-12-17perf script: Use fallbacks for branch stacksAdrian Hunter
2018-09-19tools lib traceevent, perf tools: Rename enum print_arg_type to enum tep_prin...Tzvetomir Stoyanov (VMware)
2018-09-19tools lib traceevent, perf tools: Add prefix tep_ to all print_* structuresTzvetomir Stoyanov (VMware)
2018-09-19tools lib traceevent, perf tools: Rename enum format_flags to enum tep_format...Tzvetomir Stoyanov (VMware)
2018-09-19tools lib traceevent, perf tools: Rename struct format{_field} to struct tep_...Tzvetomir Stoyanov (VMware)
2018-09-19tools lib traceevent, perf tools: Rename struct event_format to struct tep_ev...Tzvetomir Stoyanov (VMware)
2018-08-13tools lib traceevent, perf tools: Rename pevent_read_number_* APIsTzvetomir Stoyanov (VMware)
2018-08-10tools lib traceevent, perf tools: Rename struct pevent to struct tep_handleTzvetomir Stoyanov (VMware)
2018-07-11perf script python: Fix dict reference countingJanne Huttunen
2018-07-11perf tools: Generate a Python script compatible with Python 2 and 3Jeremy Cline
2018-06-06perf script python: Add more PMU fields to event handler dictJin Yao
2018-06-06perf script python: Move dsoname code to a new functionJin Yao
2018-05-30perf script python: Add addr into perf sample dictLeo Yan
2018-02-19perf tools: Add Python 3 supportJaroslav Škarvada
2018-01-12perf script python: Add script to profile and resolve physical mem typeKan Liang
2017-12-27perf perf: Remove duplicate includesPravin Shedge
2017-07-25perf script python: Generate hooks with additional argumentArun Kalyanasundaram
2017-07-25perf script python: Add perf_sample dict to tracepoint handlersArun Kalyanasundaram
2017-07-25perf script python: Add sample_read to dictArun Kalyanasundaram
2017-07-25perf script python: Refactor creation of perf sample dictArun Kalyanasundaram
2017-07-25perf script python: Allocate memory only if handler existsArun Kalyanasundaram
2017-06-19tools: Adopt __noreturn from kernel sourcesArnaldo Carvalho de Melo
2017-06-07perf script: Fix outdated comment for perf-trace-pythonSeongJae Park
2017-04-19perf tools: Move print_binary definitions to separate filesArnaldo Carvalho de Melo
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo