aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-record.c
AgeCommit message (Expand)Author
2019-05-15perf parse-regs: Split parse_regsKan Liang
2019-05-15perf record: Implement -z,--compression_level[=<n>] optionAlexey Budankov
2019-05-15perf record: Implement compression for AIO trace streamingAlexey Budankov
2019-05-15perf record: Implement compression for serial trace streamingAlexey Budankov
2019-05-15perf mmap: Implement dedicated memory buffer for data compressionAlexey Budankov
2019-05-15perf record: Implement COMPRESSED event record and its attributesAlexey Budankov
2019-05-15perf session: Define 'bytes_transferred' and 'bytes_compressed' metricsAlexey Budankov
2019-05-15perf record: Fix suggestion to get list of registers usable with --user-regs ...Arnaldo Carvalho de Melo
2019-04-01perf record: Implement --mmap-flush=<number> optionAlexey Budankov
2019-03-21perf tools: Save bpf_prog_info and BTF of new BPF programsSong Liu
2019-03-21perf evlist: Introduce side band threadSong Liu
2019-03-19perf bpf: Make synthesize_bpf_events() receive perf_session pointer instead o...Song Liu
2019-03-19perf record: Replace option --bpf-event with --no-bpf-eventSong Liu
2019-03-19perf record: Clarify help for --switch-outputAndi Kleen
2019-03-19perf record: Allow to limit number of reported perf.data filesAndi Kleen
2019-03-11perf header: Add DIR_FORMAT feature to describe directory dataJiri Olsa
2019-03-11perf data: Don't store auxtrace index for directory data fileJiri Olsa
2019-02-22perf data: Add global path holderJiri Olsa
2019-02-22perf data: Move size to struct perf_data_fileJiri Olsa
2019-02-11perf record: Implement --affinity=node|cpu optionAlexey Budankov
2019-02-06perf record: Apply affinity masks when reading mmap buffersAlexey Budankov
2019-02-06perf record: Allocate affinity masksAlexey Budankov
2019-02-06perf pmu: Remove set_drv_config APIMathieu Poirier
2019-01-21perf tools: Synthesize PERF_RECORD_* for loaded BPF programsSong Liu
2019-01-21perf tools: Handle PERF_RECORD_BPF_EVENTSong Liu
2018-12-17perf tools: Allow specifying proc-map-timeout in config fileMark Drayton
2018-12-17perf record: Extend trace writing to multi AIOAlexey Budankov
2018-12-17perf record: Enable asynchronous trace writingAlexey Budankov
2018-11-05perf record: Support weak groupsAndi Kleen
2018-10-18perf record: Encode -k clockid frequency into Perf traceAlexey Budankov
2018-09-19perf tools: Add 'struct perf_mmap' arg to record__write()Jiri Olsa
2018-09-19perf auxtrace: Pass struct perf_mmap into mmap__read* functionsJiri Olsa
2018-08-30perf tools: Switch 'session' argument to 'evlist' in perf_event__synthesize_a...Jiri Olsa
2018-03-16perf record: Synthesize features before events in pipe modeJiri Olsa
2018-03-16perf record: Avoid duplicate call of perf_default_config()Yisheng Xie
2018-03-08perf record: Remove progname from struct recordJiri Olsa
2018-03-08perf record: Move machine variable down the functionJiri Olsa
2018-03-08perf mmap: Use the stored scope data in perf_mmap__push()Kan Liang
2018-03-07perf record: Combine some auxtrace initialization into a single functionAdrian Hunter
2018-03-05perf record: Fix crash in pipe modeJiri Olsa
2018-03-05perf record: Throttle user defined frequencies to the maximum allowedArnaldo Carvalho de Melo
2018-03-05perf record: Allow asking for the maximum allowed sample rateArnaldo Carvalho de Melo
2018-02-16perf record: Put new line after target override warningJiri Olsa
2018-02-05perf record: Fix period option handlingJiri Olsa
2018-01-08perf record: Record the first and last sample time in the headerJin Yao
2017-12-27perf evsel: Enable ignore_missing_thread for pid optionMengting Zhang
2017-12-27perf perf: Remove duplicate includesPravin Shedge
2017-12-05perf tools: Rename 'backward' to 'overwrite' in evlist, mmap and recordWang Nan
2017-12-05perf mmap: Remove overwrite from arguments list of perf_mmap__pushWang Nan
2017-12-05perf evlist: Remove evlist->overwriteWang Nan