summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-script.c
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Export usage string and option table of perf recordNamhyung Kim2014-10-291-1/+0
* perf tools: A thread's machine can be found via thread->mg->machineArnaldo Carvalho de Melo2014-10-291-4/+3
* perf script: Add period as a default output columnJiri Olsa2014-10-171-3/+6
* perf script: Add period data columnJiri Olsa2014-10-171-1/+11
* perf script: Stop updating hists stats, not usedArnaldo Carvalho de Melo2014-10-091-1/+0
* perf tools: Modify error code for when perf_session__new() failsTaeung Song2014-09-261-1/+1
* perf scripting: Add 'flush' callback to scripting APIAdrian Hunter2014-08-221-0/+13
* perf script: Allow callchains if any event samples themAdrian Hunter2014-08-131-4/+13
* perf tools: Check recorded kernel version when finding vmlinuxNamhyung Kim2014-08-131-1/+1
* perf script: Move call to symbol__init() after creating sessionNamhyung Kim2014-08-131-2/+3
* perf script: Fix possible memory leaksNamhyung Kim2014-08-131-13/+22
* perf tools: Rename ordered_samples bool to ordered_eventsJiri Olsa2014-08-121-1/+1
* perf tools: Expose 'addr' functions so they can be reusedAdrian Hunter2014-07-251-33/+1
* perf script: Do not print dangling '=>' for BTSAdrian Hunter2014-07-231-3/+3
* perf script: Improve srcline display for BTSAdrian Hunter2014-07-231-5/+15
* perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo2014-01-131-3/+2
* perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo2013-12-271-3/+3
* perf symbols: Add 'machine' member to struct addr_locationArnaldo Carvalho de Melo2013-12-191-9/+7
* perf script: Add --header/--header-only optionsJiri Olsa2013-12-101-3/+10
* perf script: Add an option to print the source line numberAdrian Hunter2013-12-091-0/+10
* perf tools: Add trace-event objectJiri Olsa2013-12-041-1/+1
* perf script: Do not call perf_event__preprocess_sample() twice)Adrian Hunter2013-12-041-5/+6
* perf script: Print mmap[2] events alsoNamhyung Kim2013-11-271-0/+69
* perf script: Print comm, fork and exit events alsoNamhyung Kim2013-11-271-0/+105
* perf script: Print callchains and symbols if they existDavid Ahern2013-11-271-0/+24
* perf script: Move evname print code to process_event()Namhyung Kim2013-11-271-6/+5
* perf script: Set up output options for in-stream attributesAdrian Hunter2013-11-041-16/+48
* perf tools: Use an accessor to read thread commFrederic Weisbecker2013-11-041-3/+3
* perf script: Make perf_script a local variableAdrian Hunter2013-10-231-16/+24
* perf session: Separating data file properties from sessionJiri Olsa2013-10-211-1/+1
* perf tools: Add data object to handle perf data fileJiri Olsa2013-10-211-3/+12
* perf script: Print addr by default for BTSAdrian Hunter2013-10-211-1/+3
* perf session: Check for SIGINT in more loopsArnaldo Carvalho de Melo2013-09-191-2/+0
* perf tools: Add attr->mmap2 supportStephane Eranian2013-09-111-0/+1
* perf tools: Remove references to struct ip_eventAdrian Hunter2013-08-291-2/+2
* perf tools: change machine__findnew_thread() to set thread pidAdrian Hunter2013-08-291-1/+2
* perf tools: Remove filter parameter of thread__find_addr_map()Adrian Hunter2013-08-121-2/+2
* perf tools: Remove filter parameter of perf_event__preprocess_sample()Adrian Hunter2013-08-121-1/+1
* perf evsel: Add option to limit stack depth in callchain dumpsDavid Ahern2013-08-121-2/+4
* perf tool: Simplify options to perf_evsel__print_ipDavid Ahern2013-08-121-4/+23
* perf symbols: Load kernel maps before usingAdrian Hunter2013-08-071-2/+2
* perf script: Fix named threads supportDavid Ahern2013-07-221-3/+3
* perf tools: Remove event types framework completelyJiri Olsa2013-07-151-1/+0
* perf script: Adopt latency_format variableNamhyung Kim2013-07-121-0/+1
* perf script: Don't display trace info when invoking scriptsTom Zanussi2013-01-241-1/+2
* perf tools: Move ltrim() to util/string.cNamhyung Kim2013-01-241-12/+0
* perf script: use ARRAY_SIZE instead of reinventing itSasha Levin2013-01-241-1/+1
* perf script: Add more filter to find_scripts()Feng Tang2012-10-291-3/+79
* perf tools: Add a global variable "const char *input_name"Feng Tang2012-10-291-1/+0
* perf event: No need to create a thread when handling PERF_RECORD_EXITArnaldo Carvalho de Melo2012-10-061-2/+2
OpenPOWER on IntegriCloud