Home
last modified time | relevance | path

Searched refs:payload_size (Results 1 – 3 of 3) sorted by relevance

/tools/testing/selftests/powerpc/pmu/ebb/
A Dtrace.c76 static struct trace_entry *trace_alloc_entry(struct trace_buffer *tb, int payload_size) in trace_alloc_entry() argument
80 e = trace_alloc(tb, sizeof(*e) + payload_size); in trace_alloc_entry()
82 e->length = payload_size; in trace_alloc_entry()
/tools/lib/perf/
A Dcpumap.c142 size_t payload_size = nr_cpus * sizeof(struct perf_cpu); in cpu_map__trim_new() local
147 memcpy(RC_CHK_ACCESS(cpus)->map, tmp_cpus, payload_size); in cpu_map__trim_new()
/tools/testing/cxl/test/
A Dmem.c586 if (length > cxl_mbox->payload_size) in mock_get_log()
1732 cxl_mbox->payload_size = SZ_4K; in cxl_mock_mem_probe()

Completed in 47 milliseconds