aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/builtin-script.c
AgeCommit message (Expand)Author
2014-01-13perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo
2013-12-27perf tools: Use zfree to help detect use after free bugsArnaldo Carvalho de Melo
2013-12-19perf symbols: Add 'machine' member to struct addr_locationArnaldo Carvalho de Melo
2013-12-10perf script: Add --header/--header-only optionsJiri Olsa
2013-12-09perf script: Add an option to print the source line numberAdrian Hunter
2013-12-04perf tools: Add trace-event objectJiri Olsa
2013-12-04perf script: Do not call perf_event__preprocess_sample() twice)Adrian Hunter
2013-11-27perf script: Print mmap[2] events alsoNamhyung Kim
2013-11-27perf script: Print comm, fork and exit events alsoNamhyung Kim
2013-11-27perf script: Print callchains and symbols if they existDavid Ahern
2013-11-27perf script: Move evname print code to process_event()Namhyung Kim
2013-11-04perf script: Set up output options for in-stream attributesAdrian Hunter
2013-11-04perf tools: Use an accessor to read thread commFrederic Weisbecker
2013-10-23perf script: Make perf_script a local variableAdrian Hunter
2013-10-21perf session: Separating data file properties from sessionJiri Olsa
2013-10-21perf tools: Add data object to handle perf data fileJiri Olsa
2013-10-21perf script: Print addr by default for BTSAdrian Hunter
2013-09-19perf session: Check for SIGINT in more loopsArnaldo Carvalho de Melo
2013-09-11perf tools: Add attr->mmap2 supportStephane Eranian
2013-08-29perf tools: Remove references to struct ip_eventAdrian Hunter
2013-08-29perf tools: change machine__findnew_thread() to set thread pidAdrian Hunter
2013-08-12perf tools: Remove filter parameter of thread__find_addr_map()Adrian Hunter
2013-08-12perf tools: Remove filter parameter of perf_event__preprocess_sample()Adrian Hunter
2013-08-12perf evsel: Add option to limit stack depth in callchain dumpsDavid Ahern
2013-08-12perf tool: Simplify options to perf_evsel__print_ipDavid Ahern
2013-08-07perf symbols: Load kernel maps before usingAdrian Hunter
2013-07-22perf script: Fix named threads supportDavid Ahern
2013-07-15perf tools: Remove event types framework completelyJiri Olsa
2013-07-12perf script: Adopt latency_format variableNamhyung Kim
2013-01-24perf script: Don't display trace info when invoking scriptsTom Zanussi
2013-01-24perf tools: Move ltrim() to util/string.cNamhyung Kim
2013-01-24perf script: use ARRAY_SIZE instead of reinventing itSasha Levin
2012-10-29perf script: Add more filter to find_scripts()Feng Tang
2012-10-29perf tools: Add a global variable "const char *input_name"Feng Tang
2012-10-06perf event: No need to create a thread when handling PERF_RECORD_EXITArnaldo Carvalho de Melo
2012-10-02perf script: Don't use globals where not needed toArnaldo Carvalho de Melo
2012-09-17perf scripts: Export a find_scripts() functionFeng Tang
2012-09-17perf scripts: Add --symbols option to handle specific symbolsFeng Tang
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea
2012-09-05perf script: Remove use of die/exitDavid Ahern
2012-08-11perf tools: Support for DWARF CFI unwinding on post processingJiri Olsa
2012-08-08perf script: Replace "struct thread" with "struct addr_location" as a paramet...Feng Tang
2012-08-07perf script: Stop using pevent directlyArnaldo Carvalho de Melo
2012-08-07perf evsel: Cache associated event_formatArnaldo Carvalho de Melo
2012-06-27perf tools: Stop using a global trace events description listArnaldo Carvalho de Melo
2012-06-19perf tools: Remove unused evsel parameter from machine__resolve_callchainJiri Olsa
2012-06-19perf script: Replace __event_name uses with perf_evsel__nameArnaldo Carvalho de Melo
2012-04-25perf: Have perf use the new libtraceevent.a librarySteven Rostedt
2012-01-30perf script: Add option resolving vmlinux pathAkihiro Nagai
2012-01-30perf script: Add the offset field specifierAkihiro Nagai