Home
last modified time | relevance | path

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

/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.h244 bool consecutive; member
288 bool have_tsc, bool *consecutive,
Dintel-pt-decoder.c643 if (!buffer.consecutive || reposition) { in intel_pt_get_data()
4111 size_t len_b, bool *consecutive, in intel_pt_find_overlap_tsc() argument
4143 *consecutive = true; in intel_pt_find_overlap_tsc()
4176 bool have_tsc, bool *consecutive, in intel_pt_find_overlap() argument
4190 consecutive, ooo_tsc); in intel_pt_find_overlap()
4209 *consecutive = true; in intel_pt_find_overlap()
/tools/perf/util/
Dintel-bts.c478 if (buffer->consecutive) { in intel_bts_process_queue()
493 if (btsq->bts->snapshot_mode && !buffer->consecutive && in intel_bts_process_queue()
502 (btsq->bts->snapshot_mode && !buffer->consecutive))) in intel_bts_process_queue()
Dauxtrace.c316 bool consecutive = false; in auxtrace_queues__split_buffer() local
325 b->consecutive = consecutive; in auxtrace_queues__split_buffer()
333 consecutive = true; in auxtrace_queues__split_buffer()
337 buffer->consecutive = consecutive; in auxtrace_queues__split_buffer()
Dintel-pt.c341 bool consecutive = false; in intel_pt_do_fix_overlap() local
345 pt->have_tsc, &consecutive, in intel_pt_do_fix_overlap()
358 if (b->use_size && consecutive) in intel_pt_do_fix_overlap()
359 b->consecutive = true; in intel_pt_do_fix_overlap()
379 if (might_overlap && !buffer->consecutive && old_buffer && in intel_pt_get_buffer()
392 if (!old_buffer || (might_overlap && !buffer->consecutive)) { in intel_pt_get_buffer()
393 b->consecutive = false; in intel_pt_get_buffer()
396 b->consecutive = true; in intel_pt_get_buffer()
Dauxtrace.h246 bool consecutive; member
/tools/memory-model/litmus-tests/
DREADME205 interleaving descriptions of the relation between a pair of consecutive
246 The descriptors that describe connections between consecutive accesses
/tools/bpf/bpftool/Documentation/
Dbpftool-prog.rst196 consecutive runs to perform. Note that output data and
/tools/perf/Documentation/
Dperf-top.txt239 Enable taken branch stack sampling. Each sample captures a series of consecutive
Dperf-report.txt252 to be given after threshold (but not necessarily consecutive).
Dperf-record.txt369 Enable taken branch stack sampling. Each sample captures a series of consecutive
/tools/power/pm-graph/
DREADME243 Execute n consecutive tests at d seconds intervals. The outputs will be
/tools/memory-model/Documentation/
Dlitmus-tests.txt117 consecutive starting with zero. This can actually be quite helpful,