Home
last modified time | relevance | path

Searched refs:consumed (Results 1 – 7 of 7) sorted by relevance

/tools/perf/util/cs-etm-decoder/
Dcs-etm-decoder.h78 size_t len, size_t *consumed);
Dcs-etm-decoder.c700 size_t len, size_t *consumed) in cs_etm_decoder__process_data_block() argument
741 *consumed = processed; in cs_etm_decoder__process_data_block()
/tools/perf/util/
Dcs-etm.c486 size_t consumed; in cs_etm__dump_event() local
491 buffer->size - buffer_used, &consumed); in cs_etm__dump_event()
495 buffer_used += consumed; in cs_etm__dump_event()
/tools/perf/Documentation/
Dperf-stat.txt269 by breaking the cycles consumed down into frontend bound, backend bound,
Dperf.data-file-format.txt6 or perf inject and consumed by the other perf tools.
Dperf-probe.txt190 Note that usually single backslash is consumed by shell, so you might need to pass double backslash…
/tools/perf/
Dbuiltin-trace.c1274 int consumed = sizeof(*augmented_arg) + augmented_arg->size; in syscall_arg__scnprintf_augmented_string() local
1276 arg->augmented.args = ((void *)arg->augmented.args) + consumed; in syscall_arg__scnprintf_augmented_string()
1277 arg->augmented.size -= consumed; in syscall_arg__scnprintf_augmented_string()