summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-record.c
AgeCommit message (Expand)Author
2020-09-04perf tools: Consolidate close_control_option()'s into one functionAdrian Hunter
2020-09-04perf record: Add 'snapshot' control commandAdrian Hunter
2020-09-04perf tools: Add FIFO file names as alternative options to --controlAdrian Hunter
2020-09-04perf tools: Consolidate --control option parsing into one functionAdrian Hunter
2020-09-01perf record: Correct the help info of option "--no-bpf-event"Wei Li
2020-08-07perf record: Skip side-band event setup if HAVE_LIBBPF_SUPPORT is not setJin Yao
2020-08-06perf tools: Move clockid_res_ns under clock structJiri Olsa
2020-08-06perf header: Store clock references for -k/--clockid optionJiri Olsa
2020-08-06perf clockid: Move parse_clockid() to new clockid objectJiri Olsa
2020-08-04perf record: Introduce --control fd:ctl-fd[,ack-fd] optionsAlexey Budankov
2020-08-04perf record: Implement control commands handlingAlexey Budankov
2020-08-04perf record: Extend -D,--delay option with -1 valueAlexey Budankov
2020-07-10perf tools: Add support for PERF_RECORD_TEXT_POKEAdrian Hunter
2020-07-08Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2020-07-03perf record: Fix duplicated sideband events with Intel PT system wide tracingAdrian Hunter
2020-06-22perf evlist: Fix the class prefix for 'struct evlist' sample_id_all methodsArnaldo Carvalho de Melo
2020-06-22perf evlist: Fix the class prefix for 'struct evlist' 'add' evsel methodsArnaldo Carvalho de Melo
2020-05-29perf tools: Add optional support for libpfm4Stephane Eranian
2020-05-28perf record: Respect --no-switch-eventsAdrian Hunter
2020-05-28perf record: Use an eventfd to wakeup when doneAnand K Mistry
2020-05-28perf record: Add dummy event during system wide synthesisIan Rogers
2020-05-05perf evsel: Rename perf_evsel__group_idx() to evsel__group_idx()Arnaldo Carvalho de Melo
2020-05-05perf evsel: Rename perf_evsel__fallback() to evsel__fallback()Arnaldo Carvalho de Melo
2020-05-05perf evsel: Rename *perf_evsel__*name() to *evsel__*name()Arnaldo Carvalho de Melo
2020-05-05perf record: Move side band evlist setup to separate routineArnaldo Carvalho de Melo
2020-05-05perf record: Introduce --switch-output-eventArnaldo Carvalho de Melo
2020-05-05perf bpf: Decouple creating the evlist from adding the SB eventArnaldo Carvalho de Melo
2020-05-05perf record: Move sb_evlist to 'struct record'Arnaldo Carvalho de Melo
2020-05-05perf tools: Move routines that probe for perf API features to separate fileArnaldo Carvalho de Melo
2020-04-23perf record: Add num-synthesize-threads optionStephane Eranian
2020-04-03perf record: Add --all-cgroups optionNamhyung Kim
2020-04-03perf record: Support synthesizing cgroup eventsNamhyung Kim
2020-01-06perf record: Adapt affinity to machines with #CPUs > 1KAlexey Budankov
2019-11-29perf stat: Use affinity for opening eventsAndi Kleen
2019-11-22perf record: Add support for AUX area samplingAdrian Hunter
2019-11-18perf record: No need to process the synthesized MMAP events twiceArnaldo Carvalho de Melo
2019-11-07perf record: Add support for limit perf output file sizeJiwei Sun
2019-11-06perf record: Put a copy of kcore into the perf.data directoryAdrian Hunter
2019-11-06perf data: Support single perf.data file directoryAdrian Hunter
2019-10-10libperf: Adopt perf_mmap__put() function from tools/perfJiri Olsa
2019-10-10libperf: Adopt perf_mmap__get() function from tools/perfJiri Olsa
2019-10-10libperf: Adopt perf_mmap__mmap_len() function from tools/perfJiri Olsa
2019-09-25libperf: Add perf_evlist__poll() functionJiri Olsa
2019-09-25libperf: Add perf_evlist__add_pollfd() functionJiri Olsa
2019-09-25libperf: Add perf_evlist__first()/last() functionsJiri Olsa
2019-09-25libperf: Move 'mmap_len' from 'struct evlist' to 'struct perf_evlist'Jiri Olsa
2019-09-25libperf: Move 'nr_mmaps' from 'struct evlist' to 'struct perf_evlist'Jiri Olsa
2019-09-25libperf: Add 'flush' to 'struct perf_mmap'Jiri Olsa
2019-09-25libperf: Add perf_mmap structJiri Olsa
2019-09-25perf evlist: Adopt backwards ring buffer state enumArnaldo Carvalho de Melo