aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-record.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-30perf record: Robustify perf_event__synth_time_conv()Wang Nan1-1/+8
2016-05-23perf record: Read from backward ring bufferWang Nan1-0/+52
2016-05-23perf record: Rename variable to make code clearWang Nan1-10/+11
2016-05-23perf record: Prevent reading invalid data in record__mmap_readWang Nan1-0/+8
2016-04-28perf record: Generate tracking events for process forked by perfWang Nan1-1/+30
2016-04-28perf record: Disable buildid cache options by default in switch output modeWang Nan1-1/+29
2016-04-28perf record: Force enable --timestamp-filename when --switch-output is providedWang Nan1-0/+3
2016-04-28perf record: Split output into multiple files via '--switch-output'Wang Nan1-2/+38
2016-04-28perf tools: Derive trigger class from auxtrace_snapshotWang Nan1-53/+20
2016-04-18perf tools: Ditch record_opts.callgraph_setArnaldo Carvalho de Melo1-8/+6
2016-04-15perf record: Export record_opts based callchain parsing helperArnaldo Carvalho de Melo1-15/+20
2016-04-14perf record: Add '--timestamp-filename' option to append timestamp to output file nameWang Nan1-4/+49
2016-04-14perf record: Turns auxtrace_snapshot_enable into 3 statesWang Nan1-10/+49
2016-04-11perf evsel: Do not use globals in config()Arnaldo Carvalho de Melo1-1/+1
2016-04-11perf bpf: Clone bpf stdout events in multiple bpf scriptsWang Nan1-0/+8
2016-03-31perf tools: Add time conversion eventAdrian Hunter1-0/+15
2016-03-03perf record: Ensure return non-zero rc when mmap failWang Nan1-1/+4
2016-03-03perf record: Introduce record__finish_output() to finish a perf.dataWang Nan1-12/+25
2016-03-03perf record: Extract synthesize code to record__synthesize()Wang Nan1-55/+70
2016-03-03perf record: Use WARN_ONCE to replace 'if' conditionWang Nan1-8/+7
2016-02-22perf record: Apply config to BPF objects before recordingWang Nan1-0/+11
2016-02-18perf record: Add --all-user/--all-kernel optionsJiri Olsa1-0/+6
2016-01-29perf record: Use OPT_BOOLEAN_SET for buildid cache related optionsWang Nan1-4/+8
2016-01-12perf record: Add --buildid-all optionNamhyung Kim1-6/+20
2016-01-08perf record: Store data mmaps for dwarf unwindJiri Olsa1-1/+5
2015-12-17perf tools: Introduce stat perf.data header featureJiri Olsa1-0/+2
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf1-1/+1
2015-12-15perf record: Add record.build-id config optionNamhyung Kim1-0/+13
2015-12-14perf record: Support custom vmlinux pathHe Kuang1-0/+16
2015-12-14perf tools: Make options always available, even if required libs not linkedWang Nan1-2/+7
2015-10-29perf record: Add clang options for compiling BPF scriptsWang Nan1-0/+7
2015-10-27perf tools: Introduce usage_with_options_msg()Namhyung Kim1-5/+6
2015-10-22perf tools: Improve call graph documents and help messagesNamhyung Kim1-2/+3
2015-10-22perf tools: Move callchain help messages to callchain.hNamhyung Kim1-7/+1
2015-10-02perf record: Change 'record.samples' type to unsigned long longYang Shi1-2/+2
2015-10-01perf record: Allocate area for sample_id_hdr in a synthesized comm eventNamhyung Kim1-2/+10
2015-09-22perf record: Synthesize COMM event for a command line workloadNamhyung Kim1-1/+14
2015-08-31perf 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 more changesIngo 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-23perf 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-19perf 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-27perf tools: Move branch option parsing to own fileAndi Kleen1-88/+1