Searched refs:metadata (Results 1 – 13 of 13) sorted by relevance
/tools/testing/selftests/bpf/progs/ |
D | test_xdp_context_test_run.c | 9 __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()
|
D | strobemeta.h | 197 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()
|
D | profiler.inc.h | 334 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()
|
D | pyperf.h | 56 int metadata; member 264 bpf_perf_event_output(ctx, &perfmap, 0, event, offsetof(Event, metadata)); in __on_event()
|
/tools/perf/util/ |
D | cs-etm.c | 64 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/ |
D | perf-lock.txt | 27 'perf lock info' shows metadata like threads or addresses
|
D | perf-top.txt | 262 the pausing used in this technique is leading to loss of metadata events such
|
D | perf.data-file-format.txt | 8 On a high level perf.data contains the events generated by the PMUs, plus metadata.
|
D | perf-intel-pt.txt | 760 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/ |
D | devlink_lib.sh | 307 local metadata=$1; shift 310 | jq -e '.[][][].metadata | contains(["'$metadata'"])' \
|
/tools/objtool/Documentation/ |
D | stack-validation.txt | 1 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/ |
D | bpftool-map.rst | 83 kernel needs it to collect metadata related to the inner maps
|
/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 2452 struct __test_metadata *metadata; member 2518 self->sibling[0].metadata = _metadata; in FIXTURE_SETUP() 2526 self->sibling[1].metadata = _metadata; in FIXTURE_SETUP()
|