/tools/testing/selftests/bpf/progs/ |
A D | test_kfunc_dynptr_param.c | 39 int BPF_PROG(not_valid_dynptr, int cmd, union bpf_attr *attr, unsigned int size, bool kernel) in BPF_PROG() 49 int BPF_PROG(not_ptr_to_stack, int cmd, union bpf_attr *attr, unsigned int size, bool kernel) in BPF_PROG() 58 int BPF_PROG(dynptr_data_null, int cmd, union bpf_attr *attr, unsigned int size, bool kernel) in BPF_PROG()
|
A D | test_cgroup1_hierarchy.c | 54 int BPF_PROG(lsm_run, int cmd, union bpf_attr *attr, unsigned int size, bool kernel) in BPF_PROG() 60 int BPF_PROG(lsm_s_run, int cmd, union bpf_attr *attr, unsigned int size, bool kernel) in BPF_PROG()
|
A D | test_kernel_flag.c | 19 int BPF_PROG(bpf, int cmd, union bpf_attr *attr, unsigned int size, bool kernel) in BPF_PROG()
|
A D | test_ptr_untrusted.c | 10 int BPF_PROG(lsm_run, int cmd, union bpf_attr *attr, unsigned int size, bool kernel) in BPF_PROG()
|
A D | test_lookup_key.c | 26 int BPF_PROG(bpf, int cmd, union bpf_attr *attr, unsigned int size, bool kernel) in BPF_PROG()
|
A D | test_task_under_cgroup.c | 52 int BPF_PROG(lsm_run, int cmd, union bpf_attr *attr, unsigned int size, bool kernel) in BPF_PROG()
|
A D | test_verify_pkcs7_sig.c | 40 int BPF_PROG(bpf, int cmd, union bpf_attr *attr, unsigned int size, bool kernel) in BPF_PROG()
|
A D | rcu_read_lock.c | 247 bool kernel) in BPF_PROG()
|
/tools/testing/selftests/bpf/prog_tests/ |
A D | kprobe_multi_test.c | 435 static bool is_invalid_entry(char *buf, bool kernel) in is_invalid_entry() 494 static int get_syms(char ***symsp, size_t *cntp, bool kernel) in get_syms() 576 static int get_addrs(unsigned long **addrsp, size_t *cntp, bool kernel) in get_addrs() 666 static void test_kprobe_multi_bench_attach(bool kernel) in test_kprobe_multi_bench_attach() 691 static void test_kprobe_multi_bench_attach_addr(bool kernel) in test_kprobe_multi_bench_attach_addr()
|
/tools/perf/arch/x86/util/ |
A D | machine.c | 71 struct dso *kernel) in machine__create_extra_kernel_maps()
|
/tools/perf/util/ |
A D | machine.c | 963 struct dso *kernel; in machine__get_kernel() local 1039 struct dso *kernel, in machine__create_extra_kernel_map() 1125 struct dso *kernel) in machine__map_x86_64_entry_trampolines() 1178 __machine__create_kernel_maps(struct machine *machine, struct dso *kernel) in __machine__create_kernel_maps() 1545 struct dso *kernel = machine__get_kernel(machine); in machine__create_kernel_maps() local 1624 struct dso *kernel = machine__kernel_dso(machine); in machine__process_extra_kernel_map() local 1678 struct dso *kernel = dsos__find_kernel_dso(&machine->dsos); in machine__process_kernel_mmap_event() local
|
A D | parse-events.h | 214 bool kernel : 1; /* 'k' */ member
|
A D | synthetic-events.c | 74 pid_t *tgid, pid_t *ppid, bool *kernel) in perf_event__get_comm_ids() 156 pid_t *tgid, pid_t *ppid, bool *kernel) in perf_event__prepare_comm()
|
A D | dso.h | 505 static inline void dso__set_kernel(struct dso *dso, enum dso_space_type kernel) in dso__set_kernel()
|
A D | symbol.c | 363 struct symbol *sym, bool kernel) in __symbols__insert()
|
/tools/testing/selftests/cgroup/ |
A D | test_kmem.c | 169 long current, anon, file, kernel, sock, sum; in test_kmem_memcg_deletion() local
|
/tools/power/pm-graph/ |
A D | bootgraph.py | 53 kernel = '' variable in SystemValues
|
/tools/perf/ |
A D | builtin-script.c | 1102 bool kernel; in grab_bb() local
|