index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
record.c
Age
Commit message (
Expand
)
Author
2021-05-10
perf record: Disallow -c and -F option at the same time
Namhyung Kim
2021-02-08
perf tools: Support the auxiliary event
Kan Liang
2020-12-28
perf record: Tweak "Lowering..." warning in record_opts__config_freq
Hans-Peter Nilsson
2020-11-30
perf evlist: Use the right prefix for 'struct evlist' event attribute config ...
Arnaldo Carvalho de Melo
2020-11-30
perf evlist: Use the right prefix for 'struct evlist' event selection methods
Arnaldo Carvalho de Melo
2020-11-30
perf evlist: Use the right prefix for 'struct evlist' id_pos methods
Arnaldo Carvalho de Melo
2020-11-30
perf evlist: Use the right prefix for 'struct evlist' methods: evlist__set_le...
Arnaldo Carvalho de Melo
2020-09-17
perf record: Support sample-read topdown metric group
Kan Liang
2020-09-14
perf record: Don't clear event's period if set by a term
Ian Rogers
2020-05-05
perf evsel: Rename *perf_evsel__read*() to *evsel__read()
Arnaldo Carvalho de Melo
2020-05-05
perf evsel: Rename *perf_evsel__*set_sample_*() to *evsel__*set_sample_*()
Arnaldo Carvalho de Melo
2020-05-05
perf evsel: Rename perf_evsel__config*() to evsel__config*()
Arnaldo Carvalho de Melo
2020-05-05
perf evsel: Rename perf_evsel__is_aux_event() to evsel__is_aux_event()
Arnaldo Carvalho de Melo
2020-05-05
perf tools: Move routines that probe for perf API features to separate file
Arnaldo Carvalho de Melo
2020-04-18
perf tools: Add support for leader-sampling with AUX area events
Adrian Hunter
2020-04-18
perf evsel: Rearrange perf_evsel__config_leader_sampling()
Adrian Hunter
2020-04-18
perf evlist: Move leader-sampling configuration
Adrian Hunter
2019-11-22
perf record: Add a function to test for kernel support for AUX area sampling
Adrian Hunter
2019-09-25
libperf: Add perf_evlist__first()/last() functions
Jiri Olsa
2019-09-20
perf env: Remove needless cpumap.h header
Arnaldo Carvalho de Melo
2019-09-20
perf tools: Remove util.h from where it is not needed
Arnaldo Carvalho de Melo
2019-08-31
perf auxtrace: Uninline functions that touch perf_session
Arnaldo Carvalho de Melo
2019-08-29
perf tools: Remove debug.h from header files not needing it
Arnaldo Carvalho de Melo
2019-08-29
perf tools: Move everything related to sys_perf_event_open() to perf-sys.h
Arnaldo Carvalho de Melo
2019-08-26
perf record: Move record_opts and other record decls out of perf.h
Arnaldo Carvalho de Melo
2019-08-22
libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty()
Jiri Olsa
2019-07-29
libperf: Add cpus to struct perf_evlist
Jiri Olsa
2019-07-29
libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functions
Jiri Olsa
2019-07-29
libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel
Jiri Olsa
2019-07-29
libperf: Add nr_entries to struct perf_evlist
Jiri Olsa
2019-07-29
libperf: Add perf_cpu_map__get()/perf_cpu_map__put()
Jiri Olsa
2019-07-29
perf evlist: Rename perf_evlist__delete() to evlist__delete()
Jiri Olsa
2019-07-29
perf evlist: Rename perf_evlist__new() to evlist__new()
Jiri Olsa
2019-07-29
perf evlist: Rename struct perf_evlist to struct evlist
Jiri Olsa
2019-07-29
perf evsel: Rename struct perf_evsel to struct evsel
Jiri Olsa
2019-07-29
perf cpu_map: Rename struct cpu_map to struct perf_cpu_map
Jiri Olsa
2018-03-05
perf record: Fix crash in pipe mode
Jiri Olsa
2018-03-05
perf record: Throttle user defined frequencies to the maximum allowed
Arnaldo Carvalho de Melo
2018-03-05
perf record: Allow asking for the maximum allowed sample rate
Arnaldo Carvalho de Melo
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-04-19
perf tools: Include errno.h where needed
Arnaldo Carvalho de Melo
2016-06-23
perf evlist: Rename for_each() macros to for_each_entry()
Arnaldo Carvalho de Melo
2016-04-11
perf evsel: Do not use globals in config()
Arnaldo Carvalho de Melo
2015-08-17
perf tools: Add a helper function to probe whether cpu-wide tracing is possible
Adrian Hunter
2015-07-23
perf record: Add option --switch-events to select PERF_RECORD_SWITCH events
Adrian Hunter
2015-06-25
perf tools: Add reference counting for cpu_map object
Jiri Olsa
2015-04-29
perf tools: Add parse_events_error interface
Jiri Olsa
2015-04-29
perf auxtrace: Add support for AUX area recording
Adrian Hunter
2014-12-11
perf tools: Use sysctl__read_int instead of ad-hoc copies
Arnaldo Carvalho de Melo
2014-08-13
perf evlist: Add perf_evlist__set_tracking_event()
Adrian Hunter
[next]