index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
record.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-21
perf cpumap: Clean up use of perf_cpu_map__has_any_cpu_or_is_empty
Ian Rogers
1
-1
/
+1
2023-12-12
libperf cpumap: Replace usage of perf_cpu_map__new(NULL) with perf_cpu_map__n...
Ian Rogers
1
-1
/
+1
2023-12-12
libperf cpumap: Rename perf_cpu_map__empty() to perf_cpu_map__has_any_cpu_or_...
Ian Rogers
1
-1
/
+1
2022-12-14
perf evlist: Remove group option.
Ian Rogers
1
-7
/
+0
2022-08-10
perf tools: Do not pass NULL to parse_events()
Adrian Hunter
1
-1
/
+1
2022-06-23
perf record: Add new option to sample identifier
Adrian Hunter
1
-1
/
+1
2022-04-01
perf evlist: Rename cpus to user_requested_cpus
Ian Rogers
1
-3
/
+3
2022-01-22
perf cpumap: Migrate to libperf cpumap api
Ian Rogers
1
-3
/
+3
2022-01-12
perf cpumap: Give CPUs their own type
Ian Rogers
1
-4
/
+7
2021-07-09
libperf: Move 'leader' from tools/perf to perf_evsel::leader
Jiri Olsa
1
-3
/
+3
2021-05-10
perf record: Disallow -c and -F option at the same time
Namhyung Kim
1
-1
/
+7
2021-02-08
perf tools: Support the auxiliary event
Kan Liang
1
-1
/
+4
2020-12-28
perf record: Tweak "Lowering..." warning in record_opts__config_freq
Hans-Peter Nilsson
1
-2
/
+2
2020-11-30
perf evlist: Use the right prefix for 'struct evlist' event attribute config ...
Arnaldo Carvalho de Melo
1
-2
/
+1
2020-11-30
perf evlist: Use the right prefix for 'struct evlist' event selection methods
Arnaldo Carvalho de Melo
1
-1
/
+1
2020-11-30
perf evlist: Use the right prefix for 'struct evlist' id_pos methods
Arnaldo Carvalho de Melo
1
-1
/
+1
2020-11-30
perf evlist: Use the right prefix for 'struct evlist' methods: evlist__set_le...
Arnaldo Carvalho de Melo
1
-1
/
+1
2020-09-17
perf record: Support sample-read topdown metric group
Kan Liang
1
-1
/
+2
2020-09-14
perf record: Don't clear event's period if set by a term
Ian Rogers
1
-8
/
+26
2020-05-05
perf evsel: Rename *perf_evsel__read*() to *evsel__read()
Arnaldo Carvalho de Melo
1
-3
/
+2
2020-05-05
perf evsel: Rename *perf_evsel__*set_sample_*() to *evsel__*set_sample_*()
Arnaldo Carvalho de Melo
1
-1
/
+1
2020-05-05
perf evsel: Rename perf_evsel__config*() to evsel__config*()
Arnaldo Carvalho de Melo
1
-5
/
+4
2020-05-05
perf evsel: Rename perf_evsel__is_aux_event() to evsel__is_aux_event()
Arnaldo Carvalho de Melo
1
-1
/
+1
2020-05-05
perf tools: Move routines that probe for perf API features to separate file
Arnaldo Carvalho de Melo
1
-154
/
+1
2020-04-18
perf tools: Add support for leader-sampling with AUX area events
Adrian Hunter
1
-6
/
+39
2020-04-18
perf evsel: Rearrange perf_evsel__config_leader_sampling()
Adrian Hunter
1
-13
/
+13
2020-04-18
perf evlist: Move leader-sampling configuration
Adrian Hunter
1
-0
/
+29
2019-11-22
perf record: Add a function to test for kernel support for AUX area sampling
Adrian Hunter
1
-0
/
+31
2019-09-25
libperf: Add perf_evlist__first()/last() functions
Jiri Olsa
1
-3
/
+3
2019-09-20
perf env: Remove needless cpumap.h header
Arnaldo Carvalho de Melo
1
-1
/
+0
2019-09-20
perf tools: Remove util.h from where it is not needed
Arnaldo Carvalho de Melo
1
-1
/
+0
2019-08-31
perf auxtrace: Uninline functions that touch perf_session
Arnaldo Carvalho de Melo
1
-0
/
+2
2019-08-29
perf tools: Remove debug.h from header files not needing it
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-29
perf tools: Move everything related to sys_perf_event_open() to perf-sys.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-26
perf record: Move record_opts and other record decls out of perf.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-22
libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty()
Jiri Olsa
1
-1
/
+1
2019-07-29
libperf: Add cpus to struct perf_evlist
Jiri Olsa
1
-3
/
+3
2019-07-29
libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functions
Jiri Olsa
1
-3
/
+4
2019-07-29
libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel
Jiri Olsa
1
-8
/
+8
2019-07-29
libperf: Add nr_entries to struct perf_evlist
Jiri Olsa
1
-1
/
+1
2019-07-29
libperf: Add perf_cpu_map__get()/perf_cpu_map__put()
Jiri Olsa
1
-3
/
+3
2019-07-29
perf evlist: Rename perf_evlist__delete() to evlist__delete()
Jiri Olsa
1
-2
/
+2
2019-07-29
perf evlist: Rename perf_evlist__new() to evlist__new()
Jiri Olsa
1
-2
/
+2
2019-07-29
perf evlist: Rename struct perf_evlist to struct evlist
Jiri Olsa
1
-4
/
+4
2019-07-29
perf evsel: Rename struct perf_evsel to struct evsel
Jiri Olsa
1
-8
/
+8
2019-07-29
perf cpu_map: Rename struct cpu_map to struct perf_cpu_map
Jiri Olsa
1
-3
/
+3
2018-03-05
perf record: Fix crash in pipe mode
Jiri Olsa
1
-2
/
+6
2018-03-05
perf record: Throttle user defined frequencies to the maximum allowed
Arnaldo Carvalho de Melo
1
-5
/
+15
2018-03-05
perf record: Allow asking for the maximum allowed sample rate
Arnaldo Carvalho de Melo
1
-0
/
+23
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
[next]