Home
last modified time | relevance | path

Searched refs:task_filter (Results 1 – 9 of 9) sorted by relevance

/linux/tools/perf/util/
A Dbpf_off_cpu.c82 fd = bpf_map__fd(skel->maps.task_filter); in off_cpu_start()
174 bpf_map__set_max_entries(skel->maps.task_filter, ntasks); in off_cpu_prepare()
179 bpf_map__set_max_entries(skel->maps.task_filter, ntasks); in off_cpu_prepare()
182 bpf_map__set_max_entries(skel->maps.task_filter, MAX_PROC); in off_cpu_prepare()
227 fd = bpf_map__fd(skel->maps.task_filter); in off_cpu_prepare()
245 fd = bpf_map__fd(skel->maps.task_filter); in off_cpu_prepare()
A Dbpf_ftrace.c48 bpf_map__set_max_entries(skel->maps.task_filter, ntasks); in perf_ftrace__latency_prepare_bpf()
78 fd = bpf_map__fd(skel->maps.task_filter); in perf_ftrace__latency_prepare_bpf()
A Dbpf_lock_contention.c97 bpf_map__set_max_entries(skel->maps.task_filter, ntasks); in lock_contention_prepare()
133 fd = bpf_map__fd(skel->maps.task_filter); in lock_contention_prepare()
145 fd = bpf_map__fd(skel->maps.task_filter); in lock_contention_prepare()
/linux/tools/perf/util/bpf_skel/
A Doff_cpu.bpf.c68 } task_filter SEC(".maps");
169 ok = bpf_map_lookup_elem(&task_filter, &pid); in can_record()
251 if (!bpf_map_lookup_elem(&task_filter, &pid)) in on_newtask()
259 bpf_map_update_elem(&task_filter, &pid, &val, BPF_NOEXIST); in on_newtask()
A Dfunc_latency.bpf.c29 } task_filter SEC(".maps");
68 ok = bpf_map_lookup_elem(&task_filter, &pid); in BPF_PROG()
A Dlock_contention.bpf.c80 } task_filter SEC(".maps");
186 ok = bpf_map_lookup_elem(&task_filter, &pid); in can_record()
/linux/tools/testing/fault-injection/
A Dfailcmd.sh136 declare task_filter=Y
163 task_filter=$2
225 echo $task_filter > $FAULTATTR/task-filter
/linux/lib/
A Dfault-inject.c129 if (attr->task_filter && !fail_task(attr, current)) in should_fail_ex()
231 debugfs_create_bool("task-filter", mode, dir, &attr->task_filter); in fault_create_debugfs_attr()
363 FAULT_CONFIGFS_ATTR_NAMED(task_filter, "task-filter", task_filter, bool);
/linux/include/linux/
A Dfault-inject.h27 bool task_filter; member

Completed in 15 milliseconds