index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
record.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2017-04-19
perf tools: Include errno.h where needed
Arnaldo Carvalho de Melo
1
-0
/
+1
2016-06-23
perf evlist: Rename for_each() macros to for_each_entry()
Arnaldo Carvalho de Melo
1
-4
/
+4
2016-04-11
perf evsel: Do not use globals in config()
Arnaldo Carvalho de Melo
1
-2
/
+3
2015-08-17
perf tools: Add a helper function to probe whether cpu-wide tracing is possible
Adrian Hunter
1
-0
/
+24
2015-07-23
perf record: Add option --switch-events to select PERF_RECORD_SWITCH events
Adrian Hunter
1
-0
/
+10
2015-06-25
perf tools: Add reference counting for cpu_map object
Jiri Olsa
1
-2
/
+2
2015-04-29
perf tools: Add parse_events_error interface
Jiri Olsa
1
-2
/
+2
2015-04-29
perf auxtrace: Add support for AUX area recording
Adrian Hunter
1
-1
/
+10
2014-12-11
perf tools: Use sysctl__read_int instead of ad-hoc copies
Arnaldo Carvalho de Melo
1
-10
/
+1
2014-08-13
perf evlist: Add perf_evlist__set_tracking_event()
Adrian Hunter
1
-1
/
+1
2014-08-13
perf tools: Fix probing the kernel API with cpu-wide events
Adrian Hunter
1
-9
/
+27
2014-08-13
perf tools: Fix one of the probe events to exclude kernel
Adrian Hunter
1
-1
/
+1
2014-07-18
perf tools: Enable close-on-exec flag on perf file descriptor
Yann Droneaud
1
-3
/
+6
[next]