type_val 21 tools/perf/include/bpf/bpf.h #define bpf_map(name, _type, type_key, type_val, _max_entries) \ type_val 25 tools/perf/include/bpf/bpf.h .value_size = sizeof(type_val), \ type_val 30 tools/perf/include/bpf/bpf.h type_val value; \ type_val 603 tools/perf/tests/parse-events.c term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); type_val 612 tools/perf/tests/parse-events.c term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); type_val 621 tools/perf/tests/parse-events.c term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); type_val 630 tools/perf/tests/parse-events.c term->type_val == PARSE_EVENTS__TERM_TYPE_NUM); type_val 31 tools/perf/tests/pmu.c .type_val = PARSE_EVENTS__TERM_TYPE_NUM, type_val 37 tools/perf/tests/pmu.c .type_val = PARSE_EVENTS__TERM_TYPE_NUM, type_val 43 tools/perf/tests/pmu.c .type_val = PARSE_EVENTS__TERM_TYPE_NUM, type_val 49 tools/perf/tests/pmu.c .type_val = PARSE_EVENTS__TERM_TYPE_NUM, type_val 55 tools/perf/tests/pmu.c .type_val = PARSE_EVENTS__TERM_TYPE_NUM, type_val 61 tools/perf/tests/pmu.c .type_val = PARSE_EVENTS__TERM_TYPE_NUM, type_val 67 tools/perf/tests/pmu.c .type_val = PARSE_EVENTS__TERM_TYPE_NUM, type_val 73 tools/perf/tests/pmu.c .type_val = PARSE_EVENTS__TERM_TYPE_NUM, type_val 79 tools/perf/tests/pmu.c .type_val = PARSE_EVENTS__TERM_TYPE_NUM, type_val 1056 tools/perf/util/bpf-loader.c if (term->type_val != PARSE_EVENTS__TERM_TYPE_NUM) { type_val 1116 tools/perf/util/bpf-loader.c if (term->type_val != PARSE_EVENTS__TERM_TYPE_STR) { type_val 931 tools/perf/util/parse-events.c if (type == term->type_val) type_val 2675 tools/perf/util/parse-events.c switch (term->type_val) { type_val 2700 tools/perf/util/parse-events.c .type_val = PARSE_EVENTS__TERM_TYPE_NUM, type_val 2719 tools/perf/util/parse-events.c .type_val = PARSE_EVENTS__TERM_TYPE_STR, type_val 2734 tools/perf/util/parse-events.c .type_val = PARSE_EVENTS__TERM_TYPE_STR, type_val 2749 tools/perf/util/parse-events.c .type_val = term->type_val, type_val 98 tools/perf/util/parse-events.h int type_val; type_val 349 tools/perf/util/pmu.c if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) type_val 352 tools/perf/util/pmu.c else if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) type_val 975 tools/perf/util/pmu.c if (t->type_val == PARSE_EVENTS__TERM_TYPE_NUM) { type_val 1073 tools/perf/util/pmu.c if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) { type_val 1084 tools/perf/util/pmu.c } else if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) { type_val 1163 tools/perf/util/pmu.c if (term->type_val == PARSE_EVENTS__TERM_TYPE_NUM) { type_val 1169 tools/perf/util/pmu.c } else if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) { type_val 1311 tools/perf/util/pmu.c if (term->type_val == PARSE_EVENTS__TERM_TYPE_STR) type_val 267 tools/testing/selftests/bpf/bpf_helpers.h #define BPF_ANNOTATE_KV_PAIR(name, type_key, type_val) \ type_val 270 tools/testing/selftests/bpf/bpf_helpers.h type_val value; \