summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-record.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+2Star
* 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/+0Star
* 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/+3Star
* 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/+13Star
* 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/+0Star
* perf record: Move machine variable down the functionJiri Olsa2018-03-081-3/+1Star
* 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/+0Star
* 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
* perf evlist: Remove 'overwrite' parameter from perf_evlist__mmap_exWang Nan2017-12-051-1/+1
* perf record: Synthesize thread map and cpu mapAndi Kleen2017-11-291-0/+15
* perf record: Synthesize unit/scale/... in event updateAndi Kleen2017-11-291-0/+9
* perf record: Ignore kptr_restrict when not sampling the kernelArnaldo Carvalho de Melo2017-11-161-12/+14
* perf record: Generate PERF_RECORD_{MMAP,COMM,EXEC} with --delayArnaldo Carvalho de Melo2017-11-131-0/+16
* Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | perf tools: Add struct perf_data_fileJiri Olsa2017-10-301-3/+3
* | perf tools: Rename struct perf_data_file to perf_dataJiri Olsa2017-10-301-25/+25