aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-script.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-26perf: Remove duplicate headersJesper Juhl1-1/+0
2011-04-20perf script: improve validation of sample attributes for output fieldsDavid Ahern1-17/+94
2011-04-19perf script: Add support for PERF_TYPE_RAWArun Sharma1-1/+13
2011-03-30perf script: If type not given fields apply to all event typesDavid Ahern1-49/+122
2011-03-23perf session: Pass evsel in event_ops->sample()Arnaldo Carvalho de Melo1-11/+4
2011-03-14perf script: Add support for H/W and S/W eventsDavid Ahern1-35/+120
2011-03-14perf script: Add support for dumping symbolsDavid Ahern1-1/+30
2011-03-14perf script: Support custom field selection for outputDavid Ahern1-16/+125
2011-03-14perf script: Move printing of 'common' data from print_event and renameDavid Ahern1-7/+31
2011-03-14perf script: Change process_event prototypeDavid Ahern1-9/+16
2011-01-29perf tools: Kill event_t typedef, use 'union perf_event' insteadArnaldo Carvalho de Melo1-8/+9
2011-01-29perf tools: Rename 'struct sample_data' to 'struct perf_sample'Arnaldo Carvalho de Melo1-1/+1
2011-01-22perf tools: Fix 64 bit integer format stringsArnaldo Carvalho de Melo1-3/+3