summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-script.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* perf script: Don't use globals where not needed toArnaldo Carvalho de Melo2012-10-021-48/+42
* perf scripts: Export a find_scripts() functionFeng Tang2012-09-171-0/+55
* perf scripts: Add --symbols option to handle specific symbolsFeng Tang2012-09-171-0/+3
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-111-14/+15
* perf script: Remove use of die/exitDavid Ahern2012-09-051-19/+41
* perf tools: Support for DWARF CFI unwinding on post processingJiri Olsa2012-08-111-2/+2
* perf script: Replace "struct thread" with "struct addr_location" as a paramet...Feng Tang2012-08-081-2/+3
* perf script: Stop using pevent directlyArnaldo Carvalho de Melo2012-08-071-31/+17
* perf evsel: Cache associated event_formatArnaldo Carvalho de Melo2012-08-071-23/+6
* perf tools: Stop using a global trace events description listArnaldo Carvalho de Melo2012-06-271-22/+44
* perf tools: Remove unused evsel parameter from machine__resolve_callchainJiri Olsa2012-06-191-2/+2
* perf script: Replace __event_name uses with perf_evsel__nameArnaldo Carvalho de Melo2012-06-191-18/+20
* perf: Have perf use the new libtraceevent.a librarySteven Rostedt2012-04-251-1/+1
* perf script: Add option resolving vmlinux pathAkihiro Nagai2012-01-301-0/+3
* perf script: Add the offset field specifierAkihiro Nagai2012-01-301-4/+19