summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-script.c
Commit message (Expand)AuthorAgeFilesLines
* perf script: Display negative tid in non-sample eventsAdrian Hunter2020-09-171-4/+6
* perf script: Add 'tod' field to display time of dayJiri Olsa2020-08-061-33/+98
* perf script: Change the 'enum perf_output_field' enumerators to be 64 bitsJiri Olsa2020-08-061-32/+32
* perf script: Show text poke address symbolAdrian Hunter2020-07-101-2/+2
* perf script: Add option --show-text-poke-eventsAdrian Hunter2020-07-101-0/+19
* Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2020-07-081-1/+1
|\
| * perf intel-pt: Fix displaying PEBS-via-PT with registersAdrian Hunter2020-07-061-1/+1
* | perf evlist: Fix the class prefix for 'struct evlist' branch_type methodsArnaldo Carvalho de Melo2020-06-221-2/+1
* | perf evlist: Fix the class prefix for 'struct evlist' sample_type methodsArnaldo Carvalho de Melo2020-06-221-2/+2
* | perf script: Fixup some evsel/evlist method namesArnaldo Carvalho de Melo2020-06-221-5/+5
|/
* perf script: Initialize zstd_dataMilian Wolff2020-06-171-0/+3
* perf script: Fix --call-trace for Intel PTAdrian Hunter2020-05-281-4/+15
* perf script: Don't force less for non tty output with --xedAndi Kleen2020-05-281-1/+4
* perf tools: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-281-1/+1
* perf script: Enable IP fields for callchainsJiri Olsa2020-05-281-2/+7
* perf callchain: Setup callchain properly in pipe modeJiri Olsa2020-05-281-2/+12
* perf script: Rename perf_evsel__*() operating on 'struct evsel *' to evsel__*()Arnaldo Carvalho de Melo2020-05-051-34/+19
* perf evsel: Rename perf_evsel__is_*() to evsel__is*()Arnaldo Carvalho de Melo2020-05-051-1/+1
* perf evsel: Rename *perf_evsel__*name() to *evsel__*name()Arnaldo Carvalho de Melo2020-05-051-7/+7
* perf evsel: Rename perf_evsel__nr_cpus() to evsel__nr_cpus()Arnaldo Carvalho de Melo2020-05-051-1/+1
* perf script: Remove extraneous newline in perf_sample__fprintf_regs()Stephane Eranian2020-04-301-2/+0
* perf script: Add option to enable the LBR stitching approachKan Liang2020-04-181-0/+12
* perf auxtrace: Add an option to synthesize callchains for regular eventsAdrian Hunter2020-04-161-1/+1
* perf script: Simplify auxiliary event printing functionsAdrian Hunter2020-04-161-238/+66
* perf script: Fix invalid read of directory entry after closedir()Andreas Gerstmayr2020-04-031-1/+1
* perf script: Add --show-cgroup-events optionNamhyung Kim2020-04-031-0/+41
* perf script: Introduce --deltatime optionHagen Paul Pfeifer2020-03-271-0/+17
* perf tools: Add hw_idx in struct branch_stackKan Liang2020-03-091-33/+37
* perf script: Fix invalid LBR/binary mismatch errorAdrian Hunter2019-11-281-1/+1
* perf script: Fix brstackinsn for AUXTRACEAdrian Hunter2019-11-281-1/+1
* perf script: Move map__fprintf_srccode() to near its only userArnaldo Carvalho de Melo2019-11-261-0/+42
* perf script: Fix --reltime with --timeAndi Kleen2019-10-151-2/+3
* perf script: Allow --time with --reltimeAndi Kleen2019-10-071-5/+0
* perf script brstackinsn: Fix recovery from LBR/binary mismatchAndi Kleen2019-09-301-1/+5
* perf evsel: Introduce evsel_fprintf.hArnaldo Carvalho de Melo2019-09-251-0/+1
* perf evsel: Remove need for symbol_conf in evsel_fprintf.cArnaldo Carvalho de Melo2019-09-251-2/+4
* libperf: Add perf_evlist__first()/last() functionsJiri Olsa2019-09-251-1/+1
* libperf: Move 'system_wide' from 'struct evsel' to 'struct perf_evsel'Jiri Olsa2019-09-251-1/+1
* perf session: Return error code for perf_session__new() function on failureMamatha Inamdar2019-09-201-4/+5
* perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo2019-08-311-1/+1
* perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo2019-08-311-0/+1
* perf tools: Remove needless perf.h include directive from headersArnaldo Carvalho de Melo2019-08-291-0/+1
* libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa2019-08-291-1/+1
* perf evlist: Remove needless util.h from evlist.hArnaldo Carvalho de Melo2019-08-281-0/+1
* perf tool: Rename perf_tool::bpf_event to bpfArnaldo Carvalho de Melo2019-08-261-2/+2
* perf srcline: Add missing srcline.h header to files needing its defsArnaldo Carvalho de Melo2019-08-261-0/+1
* perf record: Move record_opts and other record decls out of perf.hArnaldo Carvalho de Melo2019-08-261-1/+1
* libperf: Add perf_thread_map__nr/perf_thread_map__pid functionsJiri Olsa2019-08-221-2/+2
* perf script: Add missing counts.hArnaldo Carvalho de Melo2019-08-221-0/+1
* perf evswitch: Introduce init() method to set the on/off evsels from the comm...Arnaldo Carvalho de Melo2019-08-151-18/+3