aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/record.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-22perf record: Add a function to test for kernel support for AUX area samplingAdrian Hunter1-0/+31
2019-09-25libperf: Add perf_evlist__first()/last() functionsJiri Olsa1-3/+3
2019-09-20perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo1-1/+0
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo1-1/+0
2019-08-31perf auxtrace: Uninline functions that touch perf_sessionArnaldo Carvalho de Melo1-0/+2
2019-08-29perf tools: Remove debug.h from header files not needing itArnaldo Carvalho de Melo1-0/+1
2019-08-29perf tools: Move everything related to sys_perf_event_open() to perf-sys.hArnaldo Carvalho de Melo1-0/+1
2019-08-26perf record: Move record_opts and other record decls out of perf.hArnaldo Carvalho de Melo1-0/+1
2019-08-22libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty()Jiri Olsa1-1/+1
2019-07-29libperf: Add cpus to struct perf_evlistJiri Olsa1-3/+3
2019-07-29libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functionsJiri Olsa1-3/+4
2019-07-29libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa1-8/+8
2019-07-29libperf: Add nr_entries to struct perf_evlistJiri Olsa1-1/+1
2019-07-29libperf: Add perf_cpu_map__get()/perf_cpu_map__put()Jiri Olsa1-3/+3
2019-07-29perf evlist: Rename perf_evlist__delete() to evlist__delete()Jiri Olsa1-2/+2
2019-07-29perf evlist: Rename perf_evlist__new() to evlist__new()Jiri Olsa1-2/+2
2019-07-29perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa1-4/+4
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa1-8/+8
2019-07-29perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa1-3/+3
2018-03-05perf record: Fix crash in pipe modeJiri Olsa1-2/+6
2018-03-05perf record: Throttle user defined frequencies to the maximum allowedArnaldo Carvalho de Melo1-5/+15
2018-03-05perf record: Allow asking for the maximum allowed sample rateArnaldo Carvalho de Melo1-0/+23
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo1-0/+1
2016-06-23perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo1-4/+4
2016-04-11perf evsel: Do not use globals in config()Arnaldo Carvalho de Melo1-2/+3
2015-08-17perf tools: Add a helper function to probe whether cpu-wide tracing is possibleAdrian Hunter1-0/+24
2015-07-23perf record: Add option --switch-events to select PERF_RECORD_SWITCH eventsAdrian Hunter1-0/+10
2015-06-25perf tools: Add reference counting for cpu_map objectJiri Olsa1-2/+2
2015-04-29perf tools: Add parse_events_error interfaceJiri Olsa1-2/+2
2015-04-29perf auxtrace: Add support for AUX area recordingAdrian Hunter1-1/+10
2014-12-11perf tools: Use sysctl__read_int instead of ad-hoc copiesArnaldo Carvalho de Melo1-10/+1
2014-08-13perf evlist: Add perf_evlist__set_tracking_event()Adrian Hunter1-1/+1
2014-08-13perf tools: Fix probing the kernel API with cpu-wide eventsAdrian Hunter1-9/+27
2014-08-13perf tools: Fix one of the probe events to exclude kernelAdrian Hunter1-1/+1
2014-07-18perf tools: Enable close-on-exec flag on perf file descriptorYann Droneaud1-3/+6
2014-07-16perf record: Select comm_exec flag if supportedAdrian Hunter1-1/+17
2014-02-18perf tools: Move fs.* to lib/api/fs/Borislav Petkov1-1/+1
2014-01-13perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo1-3/+3
2013-12-19perf tools: Rename 'perf_record_opts' to 'record_optsArnaldo Carvalho de Melo1-5/+4
2013-12-13perf evlist: Add can_select_event() methodAdrian Hunter1-0/+37
2013-11-05perf tools: Check maximum frequency rate for record/topJiri Olsa1-0/+71
2013-08-29perf tools: Add support for PERF_SAMPLE_IDENTIFIERAdrian Hunter1-3/+86
2013-08-29perf evlist: Move perf_evlist__config() to a new source fileAdrian Hunter1-0/+25