summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-script.c
AgeCommit message (Expand)Author
2020-07-06perf intel-pt: Fix displaying PEBS-via-PT with registersAdrian Hunter
2020-06-17perf script: Initialize zstd_dataMilian Wolff
2020-05-28perf script: Fix --call-trace for Intel PTAdrian Hunter
2020-05-28perf script: Don't force less for non tty output with --xedAndi Kleen
2020-05-28perf tools: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-05-28perf script: Enable IP fields for callchainsJiri Olsa
2020-05-28perf callchain: Setup callchain properly in pipe modeJiri Olsa
2020-05-05perf script: Rename perf_evsel__*() operating on 'struct evsel *' to evsel__*()Arnaldo Carvalho de Melo
2020-05-05perf evsel: Rename perf_evsel__is_*() to evsel__is*()Arnaldo Carvalho de Melo
2020-05-05perf evsel: Rename *perf_evsel__*name() to *evsel__*name()Arnaldo Carvalho de Melo
2020-05-05perf evsel: Rename perf_evsel__nr_cpus() to evsel__nr_cpus()Arnaldo Carvalho de Melo
2020-04-30perf script: Remove extraneous newline in perf_sample__fprintf_regs()Stephane Eranian
2020-04-18perf script: Add option to enable the LBR stitching approachKan Liang
2020-04-16perf auxtrace: Add an option to synthesize callchains for regular eventsAdrian Hunter
2020-04-16perf script: Simplify auxiliary event printing functionsAdrian Hunter
2020-04-03perf script: Fix invalid read of directory entry after closedir()Andreas Gerstmayr
2020-04-03perf script: Add --show-cgroup-events optionNamhyung Kim
2020-03-27perf script: Introduce --deltatime optionHagen Paul Pfeifer
2020-03-09perf tools: Add hw_idx in struct branch_stackKan Liang
2019-11-28perf script: Fix invalid LBR/binary mismatch errorAdrian Hunter
2019-11-28perf script: Fix brstackinsn for AUXTRACEAdrian Hunter
2019-11-26perf script: Move map__fprintf_srccode() to near its only userArnaldo Carvalho de Melo
2019-10-15perf script: Fix --reltime with --timeAndi Kleen
2019-10-07perf script: Allow --time with --reltimeAndi Kleen
2019-09-30perf script brstackinsn: Fix recovery from LBR/binary mismatchAndi Kleen
2019-09-25perf evsel: Introduce evsel_fprintf.hArnaldo Carvalho de Melo
2019-09-25perf evsel: Remove need for symbol_conf in evsel_fprintf.cArnaldo Carvalho de Melo
2019-09-25libperf: Add perf_evlist__first()/last() functionsJiri Olsa
2019-09-25libperf: Move 'system_wide' from 'struct evsel' to 'struct perf_evsel'Jiri Olsa
2019-09-20perf session: Return error code for perf_session__new() function on failureMamatha Inamdar
2019-08-31perf tools: Remove needless evlist.h include directivesArnaldo 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 needless perf.h include directive from headersArnaldo Carvalho de Melo
2019-08-29libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa
2019-08-28perf evlist: Remove needless util.h from evlist.hArnaldo Carvalho de Melo
2019-08-26perf tool: Rename perf_tool::bpf_event to bpfArnaldo Carvalho de Melo
2019-08-26perf srcline: Add missing srcline.h header to files needing its defsArnaldo Carvalho de Melo
2019-08-26perf record: Move record_opts and other record decls out of perf.hArnaldo Carvalho de Melo
2019-08-22libperf: Add perf_thread_map__nr/perf_thread_map__pid functionsJiri Olsa
2019-08-22perf script: Add missing counts.hArnaldo Carvalho de Melo
2019-08-15perf evswitch: Introduce init() method to set the on/off evsels from the comm...Arnaldo Carvalho de Melo
2019-08-15perf evswitch: Introduce OPTS_EVSWITCH() for cmd line processingArnaldo Carvalho de Melo
2019-08-15perf evswitch: Add the names of on/off eventsArnaldo Carvalho de Melo
2019-08-15perf evswitch: Move switch logic to use in other toolsArnaldo Carvalho de Melo
2019-08-15perf evswitch: Move struct to a separate header to use in other toolsArnaldo Carvalho de Melo
2019-08-15perf script: Allow specifying event to switch off processing of other eventsArnaldo Carvalho de Melo
2019-08-15perf script: Allow showing the --switch-on eventArnaldo Carvalho de Melo
2019-08-15perf script: Allow specifying event to switch on processing of other eventsArnaldo Carvalho de Melo
2019-07-29libperf: Move nr_members from perf's evsel to libperf's perf_evselJiri Olsa
2019-07-29libperf: Add perf_evlist__set_maps() functionJiri Olsa