Home
last modified time | relevance | path

Searched refs:metadata (Results 1 – 13 of 13) sorted by relevance

/tools/testing/selftests/bpf/progs/
Dtest_xdp_context_test_run.c9 __u32 *metadata = (void *)(long)xdp->data_meta; in xdp_context() local
12 if (metadata + 1 > data) in xdp_context()
14 ret = *metadata; in xdp_context()
Dstrobemeta.h197 struct strobemeta_payload metadata; member
528 sample_end = read_strobe_meta(task, &sample->metadata); in on_event()
530 sample_end = sample_end ? : &sample->metadata; in on_event()
Dprofiler.inc.h334 static INLINE void* populate_var_metadata(struct var_metadata_t* metadata, in populate_var_metadata() argument
340 metadata->uid = (u32)uid_gid; in populate_var_metadata()
341 metadata->gid = uid_gid >> 32; in populate_var_metadata()
342 metadata->pid = pid; in populate_var_metadata()
343 metadata->exec_id = BPF_CORE_READ(task, self_exec_id); in populate_var_metadata()
344 metadata->start_time = BPF_CORE_READ(task, start_time); in populate_var_metadata()
345 metadata->comm_length = 0; in populate_var_metadata()
351 metadata->comm_length = comm_length; in populate_var_metadata()
Dpyperf.h56 int metadata; member
264 bpf_perf_event_output(ctx, &perfmap, 0, event, offsetof(Event, metadata)); in __on_event()
/tools/perf/util/
Dcs-etm.c64 u64 **metadata; member
132 u64 *metadata; in cs_etm__get_magic() local
138 metadata = inode->priv; in cs_etm__get_magic()
139 *magic = metadata[CS_ETM_MAGIC]; in cs_etm__get_magic()
146 u64 *metadata; in cs_etm__get_cpu() local
152 metadata = inode->priv; in cs_etm__get_cpu()
153 *cpu = (int)metadata[CS_ETM_CPU]; in cs_etm__get_cpu()
172 u64 *metadata, val; in cs_etm__get_pid_fmt() local
178 metadata = inode->priv; in cs_etm__get_pid_fmt()
180 if (metadata[CS_ETM_MAGIC] == __perf_cs_etmv3_magic) { in cs_etm__get_pid_fmt()
[all …]
/tools/perf/Documentation/
Dperf-lock.txt27 'perf lock info' shows metadata like threads or addresses
Dperf-top.txt262 the pausing used in this technique is leading to loss of metadata events such
Dperf.data-file-format.txt8 On a high level perf.data contains the events generated by the PMUs, plus metadata.
Dperf-intel-pt.txt760 The v4.2 kernel introduced support for a context switch metadata event,
767 switches") commit, that introduces these metadata events for further info.
786 decoding in kernels where the PERF_RECORD_SWITCH metadata event isn't
/tools/testing/selftests/net/forwarding/
Ddevlink_lib.sh307 local metadata=$1; shift
310 | jq -e '.[][][].metadata | contains(["'$metadata'"])' \
/tools/objtool/Documentation/
Dstack-validation.txt1 Compile-time stack metadata validation
10 analyzes every .o file and ensures the validity of its stack metadata.
28 Why do we need stack metadata validation?
31 Here are some of the benefits of validating stack metadata:
128 callable function in order to analyze its stack metadata.
/tools/bpf/bpftool/Documentation/
Dbpftool-map.rst83 kernel needs it to collect metadata related to the inner maps
/tools/testing/selftests/seccomp/
Dseccomp_bpf.c2452 struct __test_metadata *metadata; member
2518 self->sibling[0].metadata = _metadata; in FIXTURE_SETUP()
2526 self->sibling[1].metadata = _metadata; in FIXTURE_SETUP()