aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-script.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-24perf script: Don't display trace info when invoking scriptsTom Zanussi1-1/+2
2013-01-24perf tools: Move ltrim() to util/string.cNamhyung Kim1-12/+0
2013-01-24perf script: use ARRAY_SIZE instead of reinventing itSasha Levin1-1/+1
2012-10-29perf script: Add more filter to find_scripts()Feng Tang1-3/+79
2012-10-29perf tools: Add a global variable "const char *input_name"Feng Tang1-1/+0
2012-10-06perf event: No need to create a thread when handling PERF_RECORD_EXITArnaldo Carvalho de Melo1-2/+2
2012-10-02perf script: Don't use globals where not needed toArnaldo Carvalho de Melo1-48/+42
2012-09-17perf scripts: Export a find_scripts() functionFeng Tang1-0/+55
2012-09-17perf scripts: Add --symbols option to handle specific symbolsFeng Tang1-0/+3
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea1-14/+15
2012-09-05perf script: Remove use of die/exitDavid Ahern1-19/+41
2012-08-11perf tools: Support for DWARF CFI unwinding on post processingJiri Olsa1-2/+2
2012-08-08perf script: Replace "struct thread" with "struct addr_location" as a parameter for "process_event()"Feng Tang1-2/+3
2012-08-07perf script: Stop using pevent directlyArnaldo Carvalho de Melo1-31/+17
2012-08-07perf evsel: Cache associated event_formatArnaldo Carvalho de Melo1-23/+6
2012-06-27perf tools: Stop using a global trace events description listArnaldo Carvalho de Melo1-22/+44
2012-06-19perf tools: Remove unused evsel parameter from machine__resolve_callchainJiri Olsa1-2/+2
2012-06-19perf script: Replace __event_name uses with perf_evsel__nameArnaldo Carvalho de Melo1-18/+20
2012-04-25perf: Have perf use the new libtraceevent.a librarySteven Rostedt1-1/+1
2012-01-30perf script: Add option resolving vmlinux pathAkihiro Nagai1-0/+3
2012-01-30perf script: Add the offset field specifierAkihiro Nagai1-4/+19
2012-01-30perf script: Print branch_from and branch_to of BTS eventsAkihiro Nagai1-0/+42
2012-01-30perf script: Unify the expressions indicating "unknown"Akihiro Nagai1-14/+6
2012-01-08perf script: Add missing closedir() callsNamhyung Kim1-0/+4
2012-01-03perf script: Kill script_spec__deleteNamhyung Kim1-12/+1
2011-12-23perf report: Accept fifos as input fileRobert Richter1-2/+2
2011-12-23perf script: look up thread using tid instead of pidDavid Ahern1-1/+1
2011-12-12perf script: Implement option for system-wide profilingRobert Richter1-5/+10
2011-12-12perf script: Fix mem leaks and NULL pointer checks around strdup()sRobert Richter1-19/+29
2011-11-28perf script: Add comm filtering optionDavid Ahern1-0/+12
2011-11-28perf tools: make -C consistent across commands (for cpu list arg)David Ahern1-1/+1
2011-11-28perf tools: Rename perf_event_ops to perf_toolArnaldo Carvalho de Melo1-4/+5
2011-11-28perf tools: Resolve machine earlier and pass it to perf_event_opsArnaldo Carvalho de Melo1-13/+13
2011-11-28perf tools: Pass tool context in the the perf_event_ops functionsArnaldo Carvalho de Melo1-1/+2
2011-11-28perf session: Remove superfluous callchain_cursor memberArnaldo Carvalho de Melo1-1/+1
2011-10-07perf tools: Make perf.data more self-descriptive (v8)Stephane Eranian1-1/+5
2011-07-05perf report/annotate/script: Add option to specify a CPU rangeAnton Blanchard1-0/+13
2011-06-02perf script: Add printing of sample addressDavid Ahern1-7/+77
2011-06-02perf script: Make printing of dso a separate field optionDavid Ahern1-5/+12
2011-06-02perf script: "sym" field really means show IP dataDavid Ahern1-10/+21