summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-record.c
AgeCommit message (Expand)Author
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
2014-07-25perf record: Always force PERF_RECORD_FINISHED_ROUND eventJiri Olsa
2014-06-05perf/tool: Add conditional branch filter 'cond' to perf recordAnshuman Khandual
2014-06-03perf record: Fix poll return value propagationJiri Olsa
2014-05-12perf tools: Get rid of on_exit() feature testNamhyung Kim
2014-05-12perf record: Propagate exit status of a command line workloadNamhyung Kim
2014-04-20perf tools: Improve error reportingAdrien BAK
2014-02-18perf callchain: Introduce HAVE_DWARF_UNWIND_SUPPORT macroJiri Olsa
2014-02-18perf record: Add readable output for callchain debugJiri Olsa
2014-02-18perf tools: Add call-graph option support into .perfconfigJiri Olsa
2014-01-31perf record: Get ref_reloc_sym from kernel mapAdrian Hunter
2014-01-14perf record: Rename --initial-delay to --delayArnaldo Carvalho de Melo
2014-01-14perf record: Rename --no-delay to --no-bufferingArnaldo Carvalho de Melo
2014-01-13perf record: Add --initial-delay optionAndi Kleen
2014-01-13perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo
2014-01-13perf evlist: Auto unmap on destructorArnaldo Carvalho de Melo
2014-01-13perf evlist: Close fds on destructorArnaldo Carvalho de Melo
2014-01-13perf evlist: Move destruction of maps to evlist destructorArnaldo Carvalho de Melo
2014-01-13perf record: Remove old evsel_list usageArnaldo Carvalho de Melo
2014-01-13perf evlist: Move the SIGUSR1 error reporting logic to prepare_workloadArnaldo Carvalho de Melo
2014-01-13perf evlist: Send the errno in the signal when workload failsArnaldo Carvalho de Melo
2013-12-19perf tools: Rename 'perf_record_opts' to 'record_optsArnaldo Carvalho de Melo
2013-12-19perf record: Rename 'perf_record' to plain 'record'Arnaldo Carvalho de Melo
2013-12-19perf record: Simplify perf_record__writeArnaldo Carvalho de Melo
2013-12-19perf record: Use perf_data_file__write for output fileJiri Olsa
2013-12-09perf record: Fix display of incorrect mmap pagesAdrian Hunter
2013-12-02perf record: Unify data output code into perf_record__write functionJiri Olsa
2013-11-27perf record: Default -t option to no inheritanceAdrian Hunter
2013-11-27perf record: Make per-cpu mmaps the default.Adrian Hunter
2013-11-14perf record: Add an option to force per-cpu mmapsAdrian Hunter
2013-11-12perf target: Shorten perf_target__ to target__Arnaldo Carvalho de Melo
2013-11-11perf record: Move existing write_output into helper functionDavid Ahern
2013-11-11perf record: Use correct return type for write()Adrian Hunter
2013-11-11perf machine: Simplify synthesize_threads methodArnaldo Carvalho de Melo
2013-11-11perf machine: Introduce synthesize_threads method out of open coded equivalentArnaldo Carvalho de Melo
2013-11-11perf record: Synthesize non-exec MMAP records when --data usedArnaldo Carvalho de Melo