Searched refs:perf_events (Results 1 – 16 of 16) sorted by relevance
/linux/Documentation/admin-guide/ |
H A D | perf-security.rst | 9 Usage of Performance Counters for Linux (perf_events) [1]_ , [2]_ , [3]_ 12 direct usage of perf_events system call API [2]_ and over data files 14 depends on the nature of data that perf_events performance monitoring 46 So, perf_events performance monitoring and observability operations are 49 perf_events access control 56 all kernel security permission checks so perf_events performance 70 as privileged processes with respect to perf_events performance 77 For backward compatibility reasons the access to perf_events monitoring and 81 If system audit records [14]_ for a process using perf_events system call 87 Prior Linux v5.9 unprivileged processes using perf_events system call [all …]
|
H A D | workload-tracing.rst | 210 a simple command line interface. Perf is based on the perf_events interface
|
/linux/kernel/trace/ |
H A D | trace_event_perf.c | 114 tp_event->perf_events = list; in perf_trace_event_reg() 147 free_percpu(tp_event->perf_events); in perf_trace_event_reg() 148 tp_event->perf_events = NULL; in perf_trace_event_reg() 170 free_percpu(tp_event->perf_events); in perf_trace_event_unreg() 171 tp_event->perf_events = NULL; in perf_trace_event_unreg() 368 pcpu_list = tp_event->perf_events; in perf_trace_add()
|
H A D | trace_uprobe.c | 257 INIT_LIST_HEAD(&filter->perf_events); in NOKPROBE_SYMBOL() 262 return !filter->nr_systemwide && list_empty(&filter->perf_events); in uprobe_filter_is_empty() 1252 list_for_each_entry(event, &filter->perf_events, hw.tp_list) { in __uprobe_perf_filter() 1306 list_add(&event->hw.tp_list, &filter->perf_events); in trace_uprobe_filter_add() 1420 head = this_cpu_ptr(call->perf_events); in __uprobe_perf_func()
|
H A D | trace_syscalls.c | 597 head = this_cpu_ptr(sys_data->enter_event->perf_events); in perf_syscall_enter() 699 head = this_cpu_ptr(sys_data->exit_event->perf_events); in perf_syscall_exit()
|
H A D | trace_probe.h | 246 struct list_head perf_events; member
|
H A D | trace_fprobe.c | 286 head = this_cpu_ptr(call->perf_events); in fentry_perf_func() 319 head = this_cpu_ptr(call->perf_events); in fexit_perf_func()
|
H A D | trace_kprobe.c | 1682 head = this_cpu_ptr(call->perf_events); in kprobe_perf_func() 1718 head = this_cpu_ptr(call->perf_events); in kretprobe_perf_func()
|
H A D | trace_events_user.c | 1636 perf_head = this_cpu_ptr(user->call.perf_events); in user_event_perf()
|
/linux/Documentation/arch/powerpc/ |
H A D | pmu-ebb.rst | 14 using the Linux perf_events API. 32 It is a feature of the perf_events API that events can be created on other 53 existing "pinned" and "exclusive" attributes of perf_events. This means EBB 68 perf_events subsystem. 91 perf_events API. This can be achieved either via the ioctl() interface, or the 94 However, due to the design of the perf_events API, enabling an event does not
|
/linux/include/trace/ |
H A D | perf.h | 33 head = this_cpu_ptr(event_call->perf_events); \
|
/linux/tools/perf/Documentation/ |
H A D | perf.data-file-format.txt | 374 that have perf_events records in compressed form. 451 This section is the bulk of the file. It consist of a stream of perf_events 659 This is the canonical description of the kernel generated perf_events 662 perf_events manpage 665 http://web.eece.maine.edu/~vweaver/projects/perf_events/programming.html 669 perf_events"
|
H A D | perf-stat.txt | 99 Use BPF programs to aggregate readings from perf_events. This
|
/linux/drivers/firmware/arm_scmi/ |
H A D | perf.c | 1234 static const struct scmi_event perf_events[] = { variable 1257 .evts = perf_events, 1258 .num_events = ARRAY_SIZE(perf_events),
|
/linux/tools/testing/selftests/ |
H A D | Makefile | 75 TARGETS += perf_events
|
/linux/include/linux/ |
H A D | trace_events.h | 400 struct hlist_head __percpu *perf_events; member
|