Home
last modified time | relevance | path

Searched defs:e (Results 1 – 25 of 110) sorted by relevance

12345

/tools/testing/selftests/powerpc/pmu/
Devent.c24 static void __event_init_opts(struct event *e, u64 config, in __event_init_opts()
44 void event_init_opts(struct event *e, u64 config, int type, char *name) in event_init_opts()
49 void event_init_named(struct event *e, u64 config, char *name) in event_init_named()
54 void event_init(struct event *e, u64 config) in event_init()
59 void event_init_sampling(struct event *e, u64 config) in event_init_sampling()
69 int event_open_with_options(struct event *e, pid_t pid, int cpu, int group_fd) in event_open_with_options()
80 int event_open_with_group(struct event *e, int group_fd) in event_open_with_group()
85 int event_open_with_pid(struct event *e, pid_t pid) in event_open_with_pid()
90 int event_open_with_cpu(struct event *e, int cpu) in event_open_with_cpu()
95 int event_open(struct event *e) in event_open()
[all …]
/tools/testing/selftests/filesystems/epoll/
Depoll_wakeup_test.c52 struct epoll_event e; in waiter_entry1a() local
64 struct epoll_event e; in waiter_entry1ap() local
79 struct epoll_event e; in waiter_entry1o() local
91 struct epoll_event e; in waiter_entry1op() local
167 struct epoll_event e; in TEST() local
198 struct epoll_event e; in TEST() local
306 struct epoll_event e; in TEST() local
345 struct epoll_event e; in TEST() local
475 struct epoll_event e; in TEST() local
518 struct epoll_event e; in TEST() local
[all …]
/tools/testing/selftests/powerpc/pmu/ebb/
Dtrace.c78 struct trace_entry *e; in trace_alloc_entry() local
89 struct trace_entry *e; in trace_log_reg() local
106 struct trace_entry *e; in trace_log_counter() local
122 struct trace_entry *e; in trace_log_string() local
144 struct trace_entry *e; in trace_log_indent() local
157 struct trace_entry *e; in trace_log_outdent() local
200 static void trace_print_reg(struct trace_entry *e) in trace_print_reg()
216 static void trace_print_counter(struct trace_entry *e) in trace_print_counter()
224 static void trace_print_string(struct trace_entry *e) in trace_print_string()
235 static void trace_print_entry(struct trace_entry *e, int seq, int *prefix) in trace_print_entry()
[all …]
Debb.c275 int ebb_event_enable(struct event *e) in ebb_event_enable()
331 void event_ebb_init(struct event *e) in event_ebb_init()
336 void event_bhrb_init(struct event *e, unsigned ifm) in event_bhrb_init()
341 void event_leader_ebb_init(struct event *e) in event_leader_ebb_init()
/tools/testing/selftests/bpf/progs/
Dpercpu_alloc_array.c29 struct elem *e; in BPF_PROG() local
53 struct elem *e; in BPF_PROG() local
83 struct elem *e; in BPF_PROG() local
113 struct elem *e; in BPF_PROG() local
135 struct elem *e; in BPF_PROG() local
Dpercpu_alloc_cgrp_local_storage.c27 struct elem *e; in BPF_PROG() local
53 struct elem *e; in BPF_PROG() local
82 struct elem *e; in BPF_PROG() local
Dfentry_many_args.c11 int BPF_PROG(test1, __u64 a, void *b, short c, int d, void *e, char f, in BPF_PROG()
21 int BPF_PROG(test2, __u64 a, void *b, short c, int d, void *e, char f, in BPF_PROG()
32 int BPF_PROG(test3, __u64 a, __u64 b, __u64 c, __u64 d, __u64 e, __u64 f, in BPF_PROG()
Dfexit_many_args.c11 int BPF_PROG(test1, __u64 a, void *b, short c, int d, void *e, char f, in BPF_PROG()
21 int BPF_PROG(test2, __u64 a, void *b, short c, int d, void *e, char f, in BPF_PROG()
33 int BPF_PROG(test3, __u64 a, __u64 b, __u64 c, __u64 d, __u64 e, __u64 f, in BPF_PROG()
Dtracing_struct_many_args.c23 int BPF_PROG2(test_struct_many_args_1, __u64, a, void *, b, short, c, int, d, in BPF_PROG2() argument
37 int BPF_PROG2(test_struct_many_args_2, __u64, a, void *, b, short, c, int, d, in BPF_PROG2() argument
45 int BPF_PROG2(test_struct_many_args_3, __u64, a, void *, b, short, c, int, d, in BPF_PROG2() argument
60 int BPF_PROG2(test_struct_many_args_4, __u64, a, void *, b, short, c, int, d, in BPF_PROG2() argument
69 int BPF_PROG2(test_struct_many_args_5, __u64, a, void *, b, short, c, int, d, void *, e, in BPF_PROG2() argument
88 int BPF_PROG2(test_struct_many_args_6, __u64, a, void *, b, short, c, int, d, void *, e, in BPF_PROG2() argument
Dmodify_return.c55 int BPF_PROG(fentry_test2, int a, int *b, short c, int d, void *e, char f, in BPF_PROG()
65 int BPF_PROG(fmod_ret_test2, int a, int *b, short c, int d, void *e, char f, in BPF_PROG()
76 int BPF_PROG(fexit_test2, int a, int *b, short c, int d, void *e, char f, in BPF_PROG()
Dpercpu_alloc_fail.c43 struct elem *e; in BPF_PROG() local
68 struct elem *e; in BPF_PROG() local
92 struct elem *e; in BPF_PROG() local
Dtest_global_func9.c53 __noinline int qux(enum E *e) in qux()
116 enum E e = E_ITEM; in global_func9() local
Dbtf_dump_test_case_bitfields.c36 short e: 5; member
64 int e; /* combined with previous bitfield */ member
Dfentry_test.c43 int BPF_PROG(test5, __u64 a, void *b, short c, int d, __u64 e) in BPF_PROG()
52 int BPF_PROG(test6, __u64 a, void *b, short c, int d, void * e, __u64 f) in BPF_PROG()
/tools/testing/selftests/bpf/
Dsdt.h51 # define _SDT_ASM_5(a, b, c, d, e) a,b,c,d,e; argument
59 # define _SDT_DEPAREN_5(a,b,c,d,e) a b c d e argument
60 # define _SDT_DEPAREN_6(a,b,c,d,e,f) a b c d e f argument
61 # define _SDT_DEPAREN_7(a,b,c,d,e,f,g) a b c d e f g argument
62 # define _SDT_DEPAREN_8(a,b,c,d,e,f,g,h) a b c d e f g h argument
63 # define _SDT_DEPAREN_9(a,b,c,d,e,f,g,h,i) a b c d e f g h i argument
64 # define _SDT_DEPAREN_10(a,b,c,d,e,f,g,h,i,j) a b c d e f g h i j argument
65 # define _SDT_DEPAREN_11(a,b,c,d,e,f,g,h,i,j,k) a b c d e f g h i j k argument
66 # define _SDT_DEPAREN_12(a,b,c,d,e,f,g,h,i,j,k,l) a b c d e f g h i j k l argument
87 # define _SDT_ASM_5(a, b, c, d, e) _SDT_S(a) "," _SDT_S(b) "," \ argument
/tools/include/linux/
Dbuild_bug.h8 #define BUILD_BUG_ON_ZERO(e) (0) argument
16 #define BUILD_BUG_ON_ZERO(e) ((int)(sizeof(struct { int:(-!!(e)); }))) argument
30 #define BUILD_BUG_ON_INVALID(e) ((void)(sizeof((__force long)(e)))) argument
Dbug.h9 #define BUILD_BUG_ON_ZERO(e) (sizeof(struct { int:-!!(e); })) argument
/tools/testing/selftests/bpf/prog_tests/
Dlibbpf_str.c25 const struct btf_enum *e; in test_libbpf_bpf_attach_type_str() local
70 const struct btf_enum *e; in test_libbpf_bpf_link_type_str() local
115 const struct btf_enum *e; in test_libbpf_bpf_map_type_str() local
172 const struct btf_enum *e; in test_libbpf_bpf_prog_type_str() local
Dlibbpf_probes.c11 const struct btf_enum *e; in test_libbpf_probe_prog_types() local
51 const struct btf_enum *e; in test_libbpf_probe_map_types() local
/tools/perf/util/
Dmem-events.c86 struct perf_mem_event *e; in perf_pmu__mem_events_name() local
132 struct perf_mem_event *e; in is_mem_loads_aux_event() local
162 struct perf_mem_event *e = perf_pmu__mem_events_ptr(pmu, j); in perf_pmu__mem_events_parse() local
184 struct perf_mem_event *e) in perf_pmu__mem_events_supported()
207 struct perf_mem_event *e = perf_pmu__mem_events_ptr(pmu, j); in __perf_pmu__mem_events_init() local
241 struct perf_mem_event *e = perf_pmu__mem_events_ptr(pmu, j); in perf_pmu__mem_events_list() local
256 struct perf_mem_event *e; in perf_mem_events__record_args() local
/tools/lib/bpf/
Dbpf_core_read.h361 #define ___last6(a, b, c, d, e, x) x argument
362 #define ___last7(a, b, c, d, e, f, x) x argument
363 #define ___last8(a, b, c, d, e, f, g, x) x argument
364 #define ___last9(a, b, c, d, e, f, g, h, x) x argument
365 #define ___last10(a, b, c, d, e, f, g, h, i, x) x argument
372 #define ___nolast6(a, b, c, d, e, _) a, b, c, d, e argument
373 #define ___nolast7(a, b, c, d, e, f, _) a, b, c, d, e, f argument
374 #define ___nolast8(a, b, c, d, e, f, g, _) a, b, c, d, e, f, g argument
375 #define ___nolast9(a, b, c, d, e, f, g, h, _) a, b, c, d, e, f, g, h argument
376 #define ___nolast10(a, b, c, d, e, f, g, h, i, _) a, b, c, d, e, f, g, h, i argument
[all …]
/tools/perf/dlfilters/
Ddlfilter-show-cycles.c50 struct entry *e; in find_entry() local
74 struct entry *e = find_entry(tid); in add_entry() local
121 struct entry *e = find_entry(tid); in filter_event() local
/tools/build/tests/ex/arch/
De.c3 int e(void) in e() function
/tools/sched_ext/include/scx/
Dcompat.h42 struct btf_enum *e = btf_enum(t); in __COMPAT_read_enum() local
53 struct btf_enum64 *e = btf_enum64(t); in __COMPAT_read_enum() local
/tools/testing/selftests/powerpc/pmu/event_code_tests/
Dgroup_constraint_pmc_count_test.c21 struct event *e, events[5]; in group_constraint_pmc_count() local

12345