aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-script.c
Commit message (Expand)AuthorAge
* perf script: Support using -f to override perf.data file ownershipYunlong Song2015-04-02
* perf scripting: No need to pass thread twice to the scripting callbacksArnaldo Carvalho de Melo2015-04-02
* perf script: No need to lookup thread twiceArnaldo Carvalho de Melo2015-04-02
* perf tools: Add pid/tid filtering to report and script commandsDavid Ahern2015-03-24
* perf tools: Add the bash completion for listing subsubcommands of perf scriptYunlong Song2015-03-19
* perf ordered_events: Shorten function signaturesArnaldo Carvalho de Melo2015-03-11
* perf tools: Export usage string and option table of perf recordNamhyung Kim2014-10-29
* perf tools: A thread's machine can be found via thread->mg->machineArnaldo Carvalho de Melo2014-10-29
* perf script: Add period as a default output columnJiri Olsa2014-10-17
* perf script: Add period data columnJiri Olsa2014-10-17
* perf script: Stop updating hists stats, not usedArnaldo Carvalho de Melo2014-10-09
* perf tools: Modify error code for when perf_session__new() failsTaeung Song2014-09-26
* perf scripting: Add 'flush' callback to scripting APIAdrian Hunter2014-08-22
* perf script: Allow callchains if any event samples themAdrian Hunter2014-08-13
* perf tools: Check recorded kernel version when finding vmlinuxNamhyung Kim2014-08-13
* perf script: Move call to symbol__init() after creating sessionNamhyung Kim2014-08-13
* perf script: Fix possible memory leaksNamhyung Kim2014-08-13
* perf tools: Rename ordered_samples bool to ordered_eventsJiri Olsa2014-08-12
* perf tools: Expose 'addr' functions so they can be reusedAdrian Hunter2014-07-25
* perf script: Do not print dangling '=>' for BTSAdrian Hunter2014-07-23
* perf script: Improve srcline display for BTSAdrian Hunter2014-07-23
* perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo2014-01-13
* perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo2013-12-27
* perf symbols: Add 'machine' member to struct addr_locationArnaldo Carvalho de Melo2013-12-19
* perf script: Add --header/--header-only optionsJiri Olsa2013-12-10
* perf script: Add an option to print the source line numberAdrian Hunter2013-12-09
* perf tools: Add trace-event objectJiri Olsa2013-12-04
* perf script: Do not call perf_event__preprocess_sample() twice)Adrian Hunter2013-12-04
* perf script: Print mmap[2] events alsoNamhyung Kim2013-11-27
* perf script: Print comm, fork and exit events alsoNamhyung Kim2013-11-27
* perf script: Print callchains and symbols if they existDavid Ahern2013-11-27
* perf script: Move evname print code to process_event()Namhyung Kim2013-11-27
* perf script: Set up output options for in-stream attributesAdrian Hunter2013-11-04
* perf tools: Use an accessor to read thread commFrederic Weisbecker2013-11-04
* perf script: Make perf_script a local variableAdrian Hunter2013-10-23
* perf session: Separating data file properties from sessionJiri Olsa2013-10-21
* perf tools: Add data object to handle perf data fileJiri Olsa2013-10-21
* perf script: Print addr by default for BTSAdrian Hunter2013-10-21
* perf session: Check for SIGINT in more loopsArnaldo Carvalho de Melo2013-09-19
* perf tools: Add attr->mmap2 supportStephane Eranian2013-09-11
* perf tools: Remove references to struct ip_eventAdrian Hunter2013-08-29
* perf tools: change machine__findnew_thread() to set thread pidAdrian Hunter2013-08-29
* perf tools: Remove filter parameter of thread__find_addr_map()Adrian Hunter2013-08-12
* perf tools: Remove filter parameter of perf_event__preprocess_sample()Adrian Hunter2013-08-12
* perf evsel: Add option to limit stack depth in callchain dumpsDavid Ahern2013-08-12
* perf tool: Simplify options to perf_evsel__print_ipDavid Ahern2013-08-12
* perf symbols: Load kernel maps before usingAdrian Hunter2013-08-07
* perf script: Fix named threads supportDavid Ahern2013-07-22
* perf tools: Remove event types framework completelyJiri Olsa2013-07-15
* perf script: Adopt latency_format variableNamhyung Kim2013-07-12