summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-record.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-01perf record: Add ability to name registers to recordStephane Eranian1-2/+5
2015-08-31perf evlist: Open event on evsel cpus and threadsKan Liang1-1/+1
2015-08-20Merge branch 'perf/urgent' into perf/core, to pick up fixes before adding mor...Ingo Molnar1-0/+11
2015-08-19perf tools: Fix buildid processingAdrian Hunter1-0/+11
2015-08-05perf tools: Refine parse/config callchain functionsKan Liang1-1/+1
2015-07-29perf tools: Introduce callgraph_set for callgraph optionKan Liang1-2/+7
2015-07-24perf record: Add option --switch-events to select PERF_RECORD_SWITCH eventsAdrian Hunter1-0/+7
2015-07-20perf record: Allow filtering perf's pid via --exclude-perfWang Nan1-0/+3
2015-07-06perf record: Let user have timestamps with per-thread recordingAdrian Hunter1-1/+3
2015-06-20perf tools: Configurable per thread proc map processing time outKan Liang1-1/+5
2015-06-10perf record: Amend option summariesPeter Zijlstra1-4/+3
2015-06-08perf record: Fix perf.data size in no-buildid modeHe Kuang1-4/+2
2015-05-28perf tools: Move branch option parsing to own fileAndi Kleen1-88/+1
2015-05-06perf record: Add AUX area tracing Snapshot Mode supportAdrian Hunter1-21/+123
2015-05-06perf tools: Add build option NO_AUXTRACE to exclude AUX area tracingAdrian Hunter1-0/+13
2015-05-05perf tools: Hit all build ids when AUX area tracingAdrian Hunter1-1/+9
2015-05-05perf tools: Add AUX area tracing indexAdrian Hunter1-0/+15
2015-04-29perf record: Extend -m option for AUX area tracing mmap pagesAdrian Hunter1-3/+46
2015-04-29perf record: Add basic AUX area tracing supportAdrian Hunter1-4/+77
2015-04-10perf evlist: Fix type for references to data_head/tailDavid Ahern1-2/+2
2015-04-08perf record: Add clockid parameterPeter Zijlstra1-0/+87
2015-03-26perf evlist: Return the first evsel with an invalid filter in apply_filters()Arnaldo Carvalho de Melo1-2/+3
2015-03-11perf ordered_events: Shorten function signaturesArnaldo Carvalho de Melo1-2/+2
2015-02-25perf record: Support recording running/enabled timeAndi Kleen1-0/+2
2015-02-18perf tools: Enable LBR call stack supportKan Liang1-3/+3
2015-01-29perf tools: Use perf_data_file__fd() consistentlyNamhyung Kim1-7/+7
2015-01-29perf record: Show precise number of samplesNamhyung Kim1-12/+39
2015-01-29perf tools: Do not use __perf_session__process_events() directlyNamhyung Kim1-4/+3
2014-11-16perf record: Add new -I option to sample interrupted machine stateStephane Eranian1-0/+2
2014-11-05perf record: Do not save pathname in ./debug/.build-id directory for vmlinuxNamhyung Kim1-0/+11
2014-10-29perf tools: Export usage string and option table of perf recordNamhyung Kim1-2/+5
2014-10-17perf evsel: No need to drag util/cgroup.hArnaldo Carvalho de Melo1-0/+1
2014-10-15perf callchain: Move the callchain_param extern to callchain.hArnaldo Carvalho de Melo1-0/+1
2014-09-26perf tools: Convert {record,top}.call-graph option to call-graph.record-modeNamhyung Kim1-1/+1
2014-09-26perf callchain: Move some parser functions to callchain.cNamhyung Kim1-86/+2
2014-09-26perf tools: Move callchain config from record_opts to callchain_paramNamhyung Kim1-25/+20
2014-09-25perf record: Filter out POLLHUP'ed file descriptorsArnaldo Carvalho de Melo1-2/+5
2014-09-25perf evlist: Introduce poll method for common code idiomArnaldo Carvalho de Melo1-1/+1
2014-09-18perf record: Use ring buffer consume method to look like other toolsArnaldo Carvalho de Melo1-4/+4
2014-08-15perf record: Use strerror_r instead of strerrorMasami Hiramatsu1-3/+4
2014-08-13perf tools: Check recorded kernel version when finding vmlinuxNamhyung Kim1-1/+1
2014-08-12perf record: Honour --no-time command line optionAndi Kleen1-0/+1
2014-07-25perf record: Store PERF_RECORD_FINISHED_ROUND only for nonempty roundsJiri Olsa1-1/+7
2014-07-25perf record: Always force PERF_RECORD_FINISHED_ROUND eventJiri Olsa1-2/+1
2014-06-05perf/tool: Add conditional branch filter 'cond' to perf recordAnshuman Khandual1-0/+1
2014-06-03perf record: Fix poll return value propagationJiri Olsa1-1/+5
2014-05-12perf tools: Get rid of on_exit() feature testNamhyung Kim1-31/+0
2014-05-12perf record: Propagate exit status of a command line workloadNamhyung Kim1-67/+60
2014-04-20perf tools: Improve error reportingAdrien BAK1-1/+1
2014-02-18perf callchain: Introduce HAVE_DWARF_UNWIND_SUPPORT macroJiri Olsa1-5/+5