summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-record.c
AgeCommit message (Expand)Author
2015-10-29perf record: Add clang options for compiling BPF scriptsWang Nan
2015-10-27perf tools: Introduce usage_with_options_msg()Namhyung Kim
2015-10-22perf tools: Improve call graph documents and help messagesNamhyung Kim
2015-10-22perf tools: Move callchain help messages to callchain.hNamhyung Kim
2015-10-02perf record: Change 'record.samples' type to unsigned long longYang Shi
2015-10-01perf record: Allocate area for sample_id_hdr in a synthesized comm eventNamhyung Kim
2015-09-22perf record: Synthesize COMM event for a command line workloadNamhyung Kim
2015-08-31perf record: Add ability to name registers to recordStephane Eranian
2015-08-31perf evlist: Open event on evsel cpus and threadsKan Liang
2015-08-20Merge branch 'perf/urgent' into perf/core, to pick up fixes before adding mor...Ingo Molnar
2015-08-19perf tools: Fix buildid processingAdrian Hunter
2015-08-05perf tools: Refine parse/config callchain functionsKan Liang
2015-07-29perf tools: Introduce callgraph_set for callgraph optionKan Liang
2015-07-23perf record: Add option --switch-events to select PERF_RECORD_SWITCH eventsAdrian Hunter
2015-07-20perf record: Allow filtering perf's pid via --exclude-perfWang Nan
2015-07-06perf record: Let user have timestamps with per-thread recordingAdrian Hunter
2015-06-19perf tools: Configurable per thread proc map processing time outKan Liang
2015-06-10perf record: Amend option summariesPeter Zijlstra
2015-06-08perf record: Fix perf.data size in no-buildid modeHe Kuang
2015-05-27perf tools: Move branch option parsing to own fileAndi Kleen
2015-05-05perf record: Add AUX area tracing Snapshot Mode supportAdrian Hunter
2015-05-05perf tools: Add build option NO_AUXTRACE to exclude AUX area tracingAdrian Hunter
2015-05-04perf tools: Hit all build ids when AUX area tracingAdrian Hunter
2015-05-04perf tools: Add AUX area tracing indexAdrian Hunter
2015-04-29perf record: Extend -m option for AUX area tracing mmap pagesAdrian Hunter
2015-04-29perf record: Add basic AUX area tracing supportAdrian Hunter
2015-04-10perf evlist: Fix type for references to data_head/tailDavid Ahern
2015-04-08perf record: Add clockid parameterPeter Zijlstra
2015-03-26perf evlist: Return the first evsel with an invalid filter in apply_filters()Arnaldo Carvalho de Melo
2015-03-11perf ordered_events: Shorten function signaturesArnaldo Carvalho de Melo
2015-02-25perf record: Support recording running/enabled timeAndi Kleen
2015-02-18perf tools: Enable LBR call stack supportKan Liang
2015-01-29perf tools: Use perf_data_file__fd() consistentlyNamhyung Kim
2015-01-29perf record: Show precise number of samplesNamhyung Kim
2015-01-29perf tools: Do not use __perf_session__process_events() directlyNamhyung Kim
2014-11-16perf record: Add new -I option to sample interrupted machine stateStephane Eranian
2014-11-05perf record: Do not save pathname in ./debug/.build-id directory for vmlinuxNamhyung Kim
2014-10-29perf tools: Export usage string and option table of perf recordNamhyung Kim
2014-10-17perf evsel: No need to drag util/cgroup.hArnaldo Carvalho de Melo
2014-10-14perf callchain: Move the callchain_param extern to callchain.hArnaldo Carvalho de Melo
2014-09-26perf tools: Convert {record,top}.call-graph option to call-graph.record-modeNamhyung Kim
2014-09-26perf callchain: Move some parser functions to callchain.cNamhyung Kim
2014-09-26perf tools: Move callchain config from record_opts to callchain_paramNamhyung Kim
2014-09-25perf record: Filter out POLLHUP'ed file descriptorsArnaldo Carvalho de Melo
2014-09-25perf evlist: Introduce poll method for common code idiomArnaldo Carvalho de Melo
2014-09-17perf record: Use ring buffer consume method to look like other toolsArnaldo Carvalho de Melo
2014-08-15perf record: Use strerror_r instead of strerrorMasami Hiramatsu
2014-08-13perf tools: Check recorded kernel version when finding vmlinuxNamhyung Kim
2014-08-12perf record: Honour --no-time command line optionAndi Kleen
2014-07-25perf record: Store PERF_RECORD_FINISHED_ROUND only for nonempty roundsJiri Olsa