aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-trace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-05perf trace: Check if MAP_32BIT is definedKyle McMartin1-0/+2
2013-09-05perf trace: Check control+C more oftenArnaldo Carvalho de Melo1-0/+3
2013-09-02perf trace: Tell arg formatters the arg indexArnaldo Carvalho de Melo1-11/+25
2013-09-02perf trace: Add beautifier for open's flags argArnaldo Carvalho de Melo1-1/+58
2013-09-02perf trace: Add beautifier for lseek's whence argArnaldo Carvalho de Melo1-0/+27
2013-09-02perf trace: Add beautifier for futex 'operation' parmArnaldo Carvalho de Melo1-1/+46
2013-09-02perf trace: Allow syscall arg formatters to mask argsArnaldo Carvalho de Melo1-11/+22
2013-08-30perf trace: Handle missing HUGEPAGE definesDavid Ahern1-0/+6
2013-08-29perf trace: Honor target pid / tid options when analyzing a fileDavid Ahern1-0/+43
2013-08-29perf trace: Add option to analyze events in a file versus liveDavid Ahern1-2/+96
2013-08-29perf tools: change machine__findnew_thread() to set thread pidAdrian Hunter1-3/+7
2013-08-27perf trace: Add beautifier for madvise behaviour/advice parmArnaldo Carvalho de Melo1-0/+40
2013-08-26perf trace: Add beautifier for mmap flags parmArnaldo Carvalho de Melo1-1/+40
2013-08-26perf trace: Add beautifier for mmap prot parmArnaldo Carvalho de Melo1-3/+38
2013-08-26perf trace: Allow overiding the formatting of syscall fieldsArnaldo Carvalho de Melo1-3/+16
2013-08-26perf trace: Add aliases to remaining syscalls of the sys_enter_newfooArnaldo Carvalho de Melo1-0/+4
2013-08-26perf trace: Allow printing syscall return values in hexArnaldo Carvalho de Melo1-0/+7
2013-08-26perf trace: Simplify sys_exit return printingArnaldo Carvalho de Melo1-3/+6
2013-08-26perf trace: Introduce syscall arg formattersArnaldo Carvalho de Melo1-3/+36
2013-08-26perf trace: Hide sys_exit messages about syscall id = -1Arnaldo Carvalho de Melo1-1/+16
2013-08-26perf trace: Add --verbose optionArnaldo Carvalho de Melo1-4/+8
2013-08-26perf trace: Support ! in -e expressionsArnaldo Carvalho de Melo1-9/+19
2013-08-26perf trace: Make command line arguments consistent with perf-recordDavid Ahern1-6/+6
2013-08-26perf trace: Implement -o/--output filenameArnaldo Carvalho de Melo1-48/+86
2013-08-14perf trace: Allow specifying which syscalls to traceArnaldo Carvalho de Melo1-6/+46
2013-08-07perf trace: Beautify 'connect' resultArnaldo Carvalho de Melo1-0/+1
2013-07-12perf tools: struct thread has a tid not a pidAdrian Hunter1-2/+2
2013-07-12perf tools: Use default include path notation for libtraceevent headersRobert Richter1-1/+1
2013-03-15perf trace: Free evlist resources properly on return pathNamhyung Kim1-5/+11
2013-03-15perf trace: Get rid of a duplicate codeNamhyung Kim1-7/+0
2013-03-15perf evlist: Add want_signal parameter to perf_evlist__prepare_workload()Namhyung Kim1-1/+1
2013-03-15perf evlist: Do not pass struct record_opts to perf_evlist__prepare_workload()Namhyung Kim1-1/+1
2013-03-15perf evlist: Pass struct perf_target to perf_evlist__prepare_workload()Namhyung Kim1-1/+2
2013-03-15perf evlist: Remove cpus and threads arguments from perf_evlist__new()Namhyung Kim1-1/+1
2012-12-11perf evlist: Set the leader in the perf_evlist__config methodArnaldo Carvalho de Melo1-1/+1
2012-10-25perf trace: Use sched:sched_stat_runtime to provide a thread summaryArnaldo Carvalho de Melo1-1/+87
2012-10-25perf trace: Count number of events for each thread and globallyArnaldo Carvalho de Melo1-6/+14
2012-10-24perf trace: Print the name of a syscall when failing to read its infoArnaldo Carvalho de Melo1-1/+4
2012-10-24perf tools: Pretty print errno for some more functionsArnaldo Carvalho de Melo1-0/+3
2012-10-24perf trace: Add duration filterArnaldo Carvalho de Melo1-4/+28
2012-10-24perf trace: Add an event duration columnArnaldo Carvalho de Melo1-4/+23
2012-10-24perf trace: Support interrupted syscallsArnaldo Carvalho de Melo1-22/+177
2012-10-24Merge branch 'perf/urgent' into perf/coreIngo Molnar1-5/+13
2012-10-21perf trace: Check if sample raw_data field is setArnaldo Carvalho de Melo1-0/+7
2012-10-21perf trace: Validate syscall id before growing syscall tableArnaldo Carvalho de Melo1-5/+6
2012-10-05perf trace: Add support for tracing workload given by command lineNamhyung Kim1-7/+36
2012-10-05perf trace: Explicitly enable system-wide mode if no option is givenNamhyung Kim1-0/+3
2012-10-05perf trace: Validate target task/user/cpu argumentNamhyung Kim1-1/+8
2012-10-03perf evlist: Introduce add_newtp methodArnaldo Carvalho de Melo1-15/+3
2012-10-02perf trace: Use evsel->handler.funcArnaldo Carvalho de Melo1-45/+87