Home
last modified time | relevance | path

Searched refs:arrays (Results 1 – 9 of 9) sorted by relevance

/tools/perf/util/
A Dbpf-utils.c111 get_bpf_prog_info_linear(int fd, __u64 arrays) in get_bpf_prog_info_linear() argument
120 if (arrays >> PERF_BPIL_LAST_ARRAY) in get_bpf_prog_info_linear()
132 bool include_array = (arrays & (1UL << i)) > 0; in get_bpf_prog_info_linear()
145 arrays &= ~(1UL << i); /* clear the bit */ in get_bpf_prog_info_linear()
161 info_linear->arrays = arrays; in get_bpf_prog_info_linear()
169 if ((arrays & (1UL << i)) == 0) in get_bpf_prog_info_linear()
198 if ((arrays & (1UL << i)) == 0) in get_bpf_prog_info_linear()
230 if ((info_linear->arrays & (1UL << i)) == 0) in bpil_addr_to_offs()
250 if ((info_linear->arrays & (1UL << i)) == 0) in bpil_offs_to_addr()
A Dbpf-utils.h61 __u64 arrays; member
67 get_bpf_prog_info_linear(int fd, __u64 arrays);
A Dbpf-event.c546 u64 arrays; in perf_event__synthesize_one_bpf_prog() local
554 arrays = 1UL << PERF_BPIL_JITED_KSYMS; in perf_event__synthesize_one_bpf_prog()
556 arrays |= 1UL << PERF_BPIL_FUNC_INFO; in perf_event__synthesize_one_bpf_prog()
557 arrays |= 1UL << PERF_BPIL_PROG_TAGS; in perf_event__synthesize_one_bpf_prog()
559 arrays |= 1UL << PERF_BPIL_LINE_INFO; in perf_event__synthesize_one_bpf_prog()
561 arrays |= 1UL << PERF_BPIL_MAP_IDS; in perf_event__synthesize_one_bpf_prog()
835 u64 arrays; in perf_env__add_bpf_info() local
845 arrays |= 1UL << PERF_BPIL_FUNC_INFO; in perf_env__add_bpf_info()
846 arrays |= 1UL << PERF_BPIL_PROG_TAGS; in perf_env__add_bpf_info()
848 arrays |= 1UL << PERF_BPIL_LINE_INFO; in perf_env__add_bpf_info()
[all …]
A Dheader.c3159 if (do_read_u64(ff, (u64 *)(&info_linear->arrays))) in process_bpf_prog_info()
/tools/testing/memblock/
A DREADME20 each other, region arrays are reset in between.
/tools/testing/selftests/bpf/prog_tests/
A Dcore_reloc.c595 ARRAYS_CASE(arrays),
/tools/bpf/bpftool/Documentation/
A Dbpftool-gen.rst131 if target kernel supports memory-mapped BPF arrays, same structs can be
/tools/perf/Documentation/
A Dperf.data-file-format.txt258 * @list: linking a number of arrays of entries
/tools/memory-model/Documentation/
A Dlitmus-tests.txt1063 enumerations, characters, strings, arrays, or structures.

Completed in 25 milliseconds