Searched refs:task_filter (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | bpf_off_cpu.c | 79 fd = bpf_map__fd(skel->maps.task_filter); in off_cpu_start() 196 bpf_map__set_max_entries(skel->maps.task_filter, ntasks); in off_cpu_prepare() 201 bpf_map__set_max_entries(skel->maps.task_filter, ntasks); in off_cpu_prepare() 204 bpf_map__set_max_entries(skel->maps.task_filter, MAX_PROC); in off_cpu_prepare() 249 fd = bpf_map__fd(skel->maps.task_filter); in off_cpu_prepare() 267 fd = bpf_map__fd(skel->maps.task_filter); in off_cpu_prepare()
|
| H A D | bpf_ftrace.c | 69 bpf_map__set_max_entries(skel->maps.task_filter, ntasks); in perf_ftrace__latency_prepare_bpf() 99 fd = bpf_map__fd(skel->maps.task_filter); in perf_ftrace__latency_prepare_bpf()
|
| H A D | bpf_lock_contention.c | 292 bpf_map__set_max_entries(skel->maps.task_filter, ntasks); in lock_contention_prepare() 339 fd = bpf_map__fd(skel->maps.task_filter); in lock_contention_prepare() 351 fd = bpf_map__fd(skel->maps.task_filter); in lock_contention_prepare()
|
| /linux/tools/perf/util/bpf_skel/ |
| H A D | off_cpu.bpf.c | 95 } task_filter SEC(".maps"); 198 ok = bpf_map_lookup_elem(&task_filter, &pid); in can_record() 339 if (!bpf_map_lookup_elem(&task_filter, &pid)) in on_newtask() 347 bpf_map_update_elem(&task_filter, &pid, &val, BPF_NOEXIST); in on_newtask()
|
| H A D | func_latency.bpf.c | 29 } task_filter SEC(".maps"); 70 ok = bpf_map_lookup_elem(&task_filter, &pid); in can_record()
|
| H A D | lock_contention.bpf.c | 118 } task_filter SEC(".maps"); 255 ok = bpf_map_lookup_elem(&task_filter, &pid); in can_record()
|
| /linux/tools/testing/fault-injection/ |
| H A D | failcmd.sh | 136 declare task_filter=Y 163 task_filter=$2 225 echo $task_filter > $FAULTATTR/task-filter
|
| /linux/include/linux/ |
| H A D | fault-inject.h | 31 bool task_filter; member
|