index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
evsel.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf record: Add --all-cgroups option
Namhyung Kim
2020-04-03
1
-1
/
+10
*
perf tools: Basic support for CGROUP event
Namhyung Kim
2020-04-03
1
-0
/
+6
*
perf parse-events: Fix 3 use after frees found with clang ASAN
Ian Rogers
2020-03-23
1
-0
/
+1
*
perf evsel: Support PERF_SAMPLE_BRANCH_HW_INDEX
Kan Liang
2020-03-09
1
-3
/
+12
*
perf tools: Add hw_idx in struct branch_stack
Kan Liang
2020-03-09
1
-0
/
+5
*
perf parse: Copy string to perf_evsel_config_term
Leo Yan
2020-01-30
1
-0
/
+2
*
perf parse: Refactor 'struct perf_evsel_config_term'
Leo Yan
2020-01-30
1
-3
/
+3
*
perf evsel: Add functions to enable/disable for a specific CPU
Andi Kleen
2019-11-29
1
-1
/
+12
*
perf stat: Use affinity for opening events
Andi Kleen
2019-11-29
1
-5
/
+17
*
perf pmu: When using default config, record which bits of config were changed...
Adrian Hunter
2019-11-22
1
-0
/
+2
*
perf record: Add aux-sample-size config term
Adrian Hunter
2019-11-22
1
-0
/
+16
*
perf tools: Add kernel AUX area sampling definitions
Adrian Hunter
2019-11-21
1
-0
/
+13
*
perf tool: Provide an option to print perf_event_open args and return value
Ravi Bangoria
2019-11-12
1
-18
/
+18
*
perf evsel: Avoid close(-1)
Andi Kleen
2019-11-06
1
-1
/
+2
*
perf evsel: Always preserve errno while cleaning up perf_event_open failures
Andi Kleen
2019-11-06
1
-2
/
+4
*
perf evsel: Fall back to global 'perf_env' in perf_evsel__env()
Arnaldo Carvalho de Melo
2019-09-30
1
-1
/
+2
*
perf evsel: Move config terms to a separate header
Arnaldo Carvalho de Melo
2019-09-25
1
-0
/
+1
*
perf evsel: Introduce evsel_fprintf.h
Arnaldo Carvalho de Melo
2019-09-25
1
-146
/
+7
*
libperf: Add perf_evlist__id_add_fd() function
Jiri Olsa
2019-09-25
1
-1
/
+1
*
libperf: Add perf_evsel__alloc_id/perf_evsel__free_id functions
Jiri Olsa
2019-09-25
1
-33
/
+3
*
libperf: Move 'ids' from 'struct evsel' to 'struct perf_evsel'
Jiri Olsa
2019-09-25
1
-1
/
+1
*
libperf: Move 'id' from 'struct evsel' to 'struct perf_evsel'
Jiri Olsa
2019-09-25
1
-3
/
+3
*
libperf: Move 'sample_id' from 'struct evsel' to 'struct perf_evsel'
Jiri Olsa
2019-09-25
1
-6
/
+6
*
libperf: Move 'system_wide' from 'struct evsel' to 'struct perf_evsel'
Jiri Olsa
2019-09-25
1
-4
/
+4
*
perf record: Fix priv level with branch sampling for paranoid=2
Stephane Eranian
2019-09-23
1
-2
/
+4
*
perf tools: Move event synthesizing routines to separate .c file
Arnaldo Carvalho de Melo
2019-09-20
1
-278
/
+0
*
perf tools: Move event synthesizing routines to separate header
Arnaldo Carvalho de Melo
2019-09-20
1
-0
/
+1
*
perf env: Remove needless cpumap.h header
Arnaldo Carvalho de Melo
2019-09-20
1
-1
/
+1
*
perf tools: Remove util.h from where it is not needed
Arnaldo Carvalho de Melo
2019-09-20
1
-0
/
+1
*
perf auxtrace: Uninline functions that touch perf_session
Arnaldo Carvalho de Melo
2019-08-31
1
-0
/
+1
*
perf tools: Move everything related to sys_perf_event_open() to perf-sys.h
Arnaldo Carvalho de Melo
2019-08-29
1
-0
/
+1
*
perf evlist: Remove needless util.h from evlist.h
Arnaldo Carvalho de Melo
2019-08-28
1
-0
/
+1
*
perf evsel: Kernel profiling is disallowed only when perf_event_paranoid > 1
Igor Lubashev
2019-08-28
1
-1
/
+1
*
perf tools: Use CAP_SYS_ADMIN with perf_event_paranoid checks
Igor Lubashev
2019-08-28
1
-1
/
+1
*
perf evsel: Rename perf_missing_features::bpf_event to ::bpf
Arnaldo Carvalho de Melo
2019-08-26
1
-5
/
+4
*
libperf: Rename the PERF_RECORD_ structs to have a "perf" suffix
Arnaldo Carvalho de Melo
2019-08-26
1
-2
/
+2
*
libperf: Add PERF_RECORD_SAMPLE 'struct sample_event' to perf/event.h
Jiri Olsa
2019-08-26
1
-4
/
+4
*
perf record: Move record_opts and other record decls out of perf.h
Arnaldo Carvalho de Melo
2019-08-26
1
-0
/
+1
*
libperf: Add perf_thread_map__nr/perf_thread_map__pid functions
Jiri Olsa
2019-08-22
1
-2
/
+2
*
perf evsel: Remove needless counts.h header from util/evsel.h
Arnaldo Carvalho de Melo
2019-08-22
1
-0
/
+1
*
perf evsel: Move xyarray.h from evsel.c to evsel.h to reduce include dep tree
Arnaldo Carvalho de Melo
2019-08-22
1
-0
/
+1
*
perf evsel: Provide meaningful warning when trying to use 'aux_output' on old...
Arnaldo Carvalho de Melo
2019-08-14
1
-2
/
+9
*
perf tools: Add aux-output config term
Adrian Hunter
2019-08-14
1
-0
/
+3
*
perf tools: Add aux_output attribute flag
Adrian Hunter
2019-08-14
1
-0
/
+1
*
libperf: Adopt perf_evsel__enable()/disable()/apply_filter() functions
Jiri Olsa
2019-07-29
1
-27
/
+2
*
libperf: Adopt perf_evsel__read() function from tools/perf
Jiri Olsa
2019-07-29
1
-43
/
+2
*
libperf: Adopt simplified perf_evsel__close() function from tools/perf
Jiri Olsa
2019-07-29
1
-24
/
+3
*
libperf: Adopt perf_evsel__alloc_fd() function from tools/perf
Jiri Olsa
2019-07-29
1
-17
/
+1
*
libperf: Move nr_members from perf's evsel to libperf's perf_evsel
Jiri Olsa
2019-07-29
1
-3
/
+3
*
libperf: Move fd array from perf's evsel to lobperf's perf_evsel class
Jiri Olsa
2019-07-29
1
-15
/
+15
[next]