Home
last modified time | relevance | path

Searched defs:NAME (Results 1 – 12 of 12) sorted by relevance

/tools/perf/tests/
Dbpf-script-test-kbuild.c10 #define SEC(NAME) __attribute__((section(NAME), used)) argument
Dbpf-script-test-prologue.c10 #define SEC(NAME) __attribute__((section(NAME), used)) argument
Dbpf-script-test-relocation.c27 #define SEC(NAME) __attribute__((section(NAME), used)) argument
Dthread-map.c19 #define NAME (const char *) "perf" macro
Dbpf-script-example.c27 #define SEC(NAME) __attribute__((section(NAME), used)) argument
/tools/lib/bpf/
Dlibbpf_common.h33 #define DECLARE_LIBBPF_OPTS(TYPE, NAME, ...) \ argument
Dbpf_helpers.h30 #define SEC(NAME) __attribute__((section(NAME), used)) argument
Dlibbpf.c8230 #define BPF_PROG_TYPE_FNS(NAME, TYPE) \ argument
/tools/perf/include/bpf/
Dbpf.h50 #define SEC(NAME) __attribute__((section(NAME), used)) argument
/tools/testing/selftests/bpf/prog_tests/
Dsk_assign.c256 #define TEST(NAME, FAMILY, TYPE, REWRITE) \ argument
/tools/testing/selftests/bpf/progs/
Dbpf_flow.c24 #define PROG_(NUM, NAME) SEC("flow_dissector/"#NUM) int bpf_func##NAME argument
/tools/perf/
Dbuiltin-diff.c1722 #define NAME (data__files_cnt > 2 ? buf : header) in init_header() macro