Searched defs:NAME (Results 1 – 12 of 12) sorted by relevance
/tools/perf/tests/ |
D | bpf-script-test-kbuild.c | 10 #define SEC(NAME) __attribute__((section(NAME), used)) argument
|
D | bpf-script-test-prologue.c | 10 #define SEC(NAME) __attribute__((section(NAME), used)) argument
|
D | bpf-script-test-relocation.c | 27 #define SEC(NAME) __attribute__((section(NAME), used)) argument
|
D | thread-map.c | 19 #define NAME (const char *) "perf" macro
|
D | bpf-script-example.c | 27 #define SEC(NAME) __attribute__((section(NAME), used)) argument
|
/tools/lib/bpf/ |
D | libbpf_common.h | 33 #define DECLARE_LIBBPF_OPTS(TYPE, NAME, ...) \ argument
|
D | bpf_helpers.h | 30 #define SEC(NAME) __attribute__((section(NAME), used)) argument
|
D | libbpf.c | 8230 #define BPF_PROG_TYPE_FNS(NAME, TYPE) \ argument
|
/tools/perf/include/bpf/ |
D | bpf.h | 50 #define SEC(NAME) __attribute__((section(NAME), used)) argument
|
/tools/testing/selftests/bpf/prog_tests/ |
D | sk_assign.c | 256 #define TEST(NAME, FAMILY, TYPE, REWRITE) \ argument
|
/tools/testing/selftests/bpf/progs/ |
D | bpf_flow.c | 24 #define PROG_(NUM, NAME) SEC("flow_dissector/"#NUM) int bpf_func##NAME argument
|
/tools/perf/ |
D | builtin-diff.c | 1722 #define NAME (data__files_cnt > 2 ? buf : header) in init_header() macro
|