aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-script.c
Commit message (Expand)AuthorAge
* 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
* perf script: Don't display trace info when invoking scriptsTom Zanussi2013-01-24
* perf tools: Move ltrim() to util/string.cNamhyung Kim2013-01-24
* perf script: use ARRAY_SIZE instead of reinventing itSasha Levin2013-01-24
* perf script: Add more filter to find_scripts()Feng Tang2012-10-29
* perf tools: Add a global variable "const char *input_name"Feng Tang2012-10-29
* perf event: No need to create a thread when handling PERF_RECORD_EXITArnaldo Carvalho de Melo2012-10-06
* perf script: Don't use globals where not needed toArnaldo Carvalho de Melo2012-10-02
* perf scripts: Export a find_scripts() functionFeng Tang2012-09-17
* perf scripts: Add --symbols option to handle specific symbolsFeng Tang2012-09-17
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-11
* perf script: Remove use of die/exitDavid Ahern2012-09-05
* perf tools: Support for DWARF CFI unwinding on post processingJiri Olsa2012-08-11
* perf script: Replace "struct thread" with "struct addr_location" as a paramet...Feng Tang2012-08-08
* perf script: Stop using pevent directlyArnaldo Carvalho de Melo2012-08-07
* perf evsel: Cache associated event_formatArnaldo Carvalho de Melo2012-08-07
* perf tools: Stop using a global trace events description listArnaldo Carvalho de Melo2012-06-27
* perf tools: Remove unused evsel parameter from machine__resolve_callchainJiri Olsa2012-06-19
* perf script: Replace __event_name uses with perf_evsel__nameArnaldo Carvalho de Melo2012-06-19
* perf: Have perf use the new libtraceevent.a librarySteven Rostedt2012-04-25
* perf script: Add option resolving vmlinux pathAkihiro Nagai2012-01-30
* perf script: Add the offset field specifierAkihiro Nagai2012-01-30