summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-record.c
Commit message (Expand)AuthorAgeFilesLines
* perf parse-regs: Split parse_regsKan Liang2019-05-151-2/+2
* perf record: Implement -z,--compression_level[=<n>] optionAlexey Budankov2019-05-151-0/+30
* perf record: Implement compression for AIO trace streamingAlexey Budankov2019-05-151-26/+88
* perf record: Implement compression for serial trace streamingAlexey Budankov2019-05-151-2/+49
* perf mmap: Implement dedicated memory buffer for data compressionAlexey Budankov2019-05-151-1/+7
* perf record: Implement COMPRESSED event record and its attributesAlexey Budankov2019-05-151-0/+8
* perf session: Define 'bytes_transferred' and 'bytes_compressed' metricsAlexey Budankov2019-05-151-1/+13
* perf record: Fix suggestion to get list of registers usable with --user-regs ...Arnaldo Carvalho de Melo2019-05-151-2/+2
* perf record: Implement --mmap-flush=<number> optionAlexey Budankov2019-04-011-6/+59
* perf tools: Save bpf_prog_info and BTF of new BPF programsSong Liu2019-03-211-0/+3
* perf evlist: Introduce side band threadSong Liu2019-03-211-0/+9
* perf bpf: Make synthesize_bpf_events() receive perf_session pointer instead o...Song Liu2019-03-191-1/+1
* perf record: Replace option --bpf-event with --no-bpf-eventSong Liu2019-03-191-1/+1
* perf record: Clarify help for --switch-outputAndi Kleen2019-03-191-2/+2
* perf record: Allow to limit number of reported perf.data filesAndi Kleen2019-03-191-1/+29
* perf header: Add DIR_FORMAT feature to describe directory dataJiri Olsa2019-03-111-0/+2
* perf data: Don't store auxtrace index for directory data fileJiri Olsa2019-03-111-1/+1
* perf data: Add global path holderJiri Olsa2019-02-221-3/+3
* perf data: Move size to struct perf_data_fileJiri Olsa2019-02-221-3/+2
* perf record: Implement --affinity=node|cpu optionAlexey Budankov2019-02-111-0/+18
* perf record: Apply affinity masks when reading mmap buffersAlexey Budankov2019-02-061-0/+15
* perf record: Allocate affinity masksAlexey Budankov2019-02-061-1/+12
* perf pmu: Remove set_drv_config APIMathieu Poirier2019-02-061-10/+0
* perf tools: Synthesize PERF_RECORD_* for loaded BPF programsSong Liu2019-01-211-0/+6
* perf tools: Handle PERF_RECORD_BPF_EVENTSong Liu2019-01-211-0/+1
* perf tools: Allow specifying proc-map-timeout in config fileMark Drayton2018-12-171-5/+3
* perf record: Extend trace writing to multi AIOAlexey Budankov2018-12-171-15/+52
* perf record: Enable asynchronous trace writingAlexey Budankov2018-12-171-4/+214
* perf record: Support weak groupsAndi Kleen2018-11-051-1/+6
* perf record: Encode -k clockid frequency into Perf traceAlexey Budankov2018-10-181-2/+22
* perf tools: Add 'struct perf_mmap' arg to record__write()Jiri Olsa2018-09-191-10/+14
* perf auxtrace: Pass struct perf_mmap into mmap__read* functionsJiri Olsa2018-09-191-14/+13
* perf tools: Switch 'session' argument to 'evlist' in perf_event__synthesize_a...Jiri Olsa2018-08-301-1/+1
* perf record: Synthesize features before events in pipe modeJiri Olsa2018-03-161-7/+11
* perf record: Avoid duplicate call of perf_default_config()Yisheng Xie2018-03-161-3/+5
* perf record: Remove progname from struct recordJiri Olsa2018-03-081-3/+0
* perf record: Move machine variable down the functionJiri Olsa2018-03-081-3/+1
* perf mmap: Use the stored scope data in perf_mmap__push()Kan Liang2018-03-081-1/+1
* perf record: Combine some auxtrace initialization into a single functionAdrian Hunter2018-03-071-12/+24
* perf record: Fix crash in pipe modeJiri Olsa2018-03-051-0/+9
* perf record: Throttle user defined frequencies to the maximum allowedArnaldo Carvalho de Melo2018-03-051-0/+2
* perf record: Allow asking for the maximum allowed sample rateArnaldo Carvalho de Melo2018-03-051-1/+6
* perf record: Put new line after target override warningJiri Olsa2018-02-161-1/+1
* perf record: Fix period option handlingJiri Olsa2018-02-051-1/+2
* perf record: Record the first and last sample time in the headerJin Yao2018-01-081-3/+15
* perf evsel: Enable ignore_missing_thread for pid optionMengting Zhang2017-12-271-2/+2
* perf perf: Remove duplicate includesPravin Shedge2017-12-271-1/+0
* perf tools: Rename 'backward' to 'overwrite' in evlist, mmap and recordWang Nan2017-12-051-7/+7
* perf mmap: Remove overwrite from arguments list of perf_mmap__pushWang Nan2017-12-051-1/+1
* perf evlist: Remove evlist->overwriteWang Nan2017-12-051-1/+1