Searched refs:consecutive (Results 1 – 13 of 13) sorted by relevance
/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-decoder.h | 244 bool consecutive; member 288 bool have_tsc, bool *consecutive,
|
D | intel-pt-decoder.c | 643 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/ |
D | intel-bts.c | 478 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()
|
D | auxtrace.c | 316 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()
|
D | intel-pt.c | 341 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()
|
D | auxtrace.h | 246 bool consecutive; member
|
/tools/memory-model/litmus-tests/ |
D | README | 205 interleaving descriptions of the relation between a pair of consecutive 246 The descriptors that describe connections between consecutive accesses
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool-prog.rst | 196 consecutive runs to perform. Note that output data and
|
/tools/perf/Documentation/ |
D | perf-top.txt | 239 Enable taken branch stack sampling. Each sample captures a series of consecutive
|
D | perf-report.txt | 252 to be given after threshold (but not necessarily consecutive).
|
D | perf-record.txt | 369 Enable taken branch stack sampling. Each sample captures a series of consecutive
|
/tools/power/pm-graph/ |
D | README | 243 Execute n consecutive tests at d seconds intervals. The outputs will be
|
/tools/memory-model/Documentation/ |
D | litmus-tests.txt | 117 consecutive starting with zero. This can actually be quite helpful,
|