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