aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/builtin-trace.c
AgeCommit message (Expand)Author
2013-03-15perf trace: Free evlist resources properly on return pathNamhyung Kim
2013-03-15perf trace: Get rid of a duplicate codeNamhyung Kim
2013-03-15perf evlist: Add want_signal parameter to perf_evlist__prepare_workload()Namhyung Kim
2013-03-15perf evlist: Do not pass struct record_opts to perf_evlist__prepare_workload()Namhyung Kim
2013-03-15perf evlist: Pass struct perf_target to perf_evlist__prepare_workload()Namhyung Kim
2013-03-15perf evlist: Remove cpus and threads arguments from perf_evlist__new()Namhyung Kim
2012-12-11perf evlist: Set the leader in the perf_evlist__config methodArnaldo Carvalho de Melo
2012-10-25perf trace: Use sched:sched_stat_runtime to provide a thread summaryArnaldo Carvalho de Melo
2012-10-25perf trace: Count number of events for each thread and globallyArnaldo Carvalho de Melo
2012-10-24perf trace: Print the name of a syscall when failing to read its infoArnaldo Carvalho de Melo
2012-10-24perf tools: Pretty print errno for some more functionsArnaldo Carvalho de Melo
2012-10-24perf trace: Add duration filterArnaldo Carvalho de Melo
2012-10-24perf trace: Add an event duration columnArnaldo Carvalho de Melo
2012-10-24perf trace: Support interrupted syscallsArnaldo Carvalho de Melo
2012-10-24Merge branch 'perf/urgent' into perf/coreIngo Molnar
2012-10-21perf trace: Check if sample raw_data field is setArnaldo Carvalho de Melo
2012-10-21perf trace: Validate syscall id before growing syscall tableArnaldo Carvalho de Melo
2012-10-05perf trace: Add support for tracing workload given by command lineNamhyung Kim
2012-10-05perf trace: Explicitly enable system-wide mode if no option is givenNamhyung Kim
2012-10-05perf trace: Validate target task/user/cpu argumentNamhyung Kim
2012-10-03perf evlist: Introduce add_newtp methodArnaldo Carvalho de Melo
2012-10-02perf trace: Use evsel->handler.funcArnaldo Carvalho de Melo
2012-09-27perf trace: Add aliases for some syscallsArnaldo Carvalho de Melo
2012-09-26perf trace: New toolArnaldo Carvalho de Melo
2010-11-16perf: Rename 'perf trace' to 'perf script'Ingo Molnar
2010-11-10perf trace: update usageTom Zanussi
2010-11-10perf trace: live-mode command-line cleanupTom Zanussi
2010-11-10perf trace record: handle commands correctlyTom Zanussi
2010-11-10perf trace scripting: fix some small memory leaks and missing error checksTom Zanussi
2010-10-26perf scripting: Shut up 'perf record' final statusArnaldo Carvalho de Melo
2010-10-23perf trace: Fix detection of script extensionBen Hutchings
2010-10-23perf trace: Use $PERF_EXEC_PATH in canned report scriptsBen Hutchings
2010-08-05perf trace: Clean up #includesAndrea Gelmini
2010-06-24perf: Report lost events in perf trace debug modeFrederic Weisbecker
2010-06-24perf: Don't print traces when debugging orderingFrederic Weisbecker
2010-05-14perf hist: Clarify events_stats fields usageArnaldo Carvalho de Melo
2010-05-10perf/trace/scripting: don't show script start/stop messages by defaultTom Zanussi
2010-05-10perf hist: Introduce hists class and move lots of methods to itArnaldo Carvalho de Melo
2010-05-02perf: add perf-inject builtinTom Zanussi
2010-04-24perf: Add a perf trace option to check samples ordering reliabilityFrederic Weisbecker
2010-04-24perf: Use generic sample reordering in perf traceFrederic Weisbecker
2010-04-14perf trace: Invoke live mode automatically if record/report not specifiedTom Zanussi
2010-04-14perf: Convert perf header build_ids into build_id eventsTom Zanussi
2010-04-14perf: Convert perf tracing data into a tracing_data eventTom Zanussi
2010-04-14perf: Convert perf event types into event type eventsTom Zanussi
2010-04-14perf: Convert perf header attrs into attr eventsTom Zanussi
2010-04-14perf trace: Introduce special handling for pipe inputTom Zanussi
2010-04-14perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce ...Ian Munsie
2010-03-04perf trace: Don't use pager if scriptingTom Zanussi
2010-03-04perf trace/scripting: Remove extraneous header readTom Zanussi