Home
last modified time | relevance | path

Searched refs:consecutive (Results 1 - 24 of 24) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.h230 bool consecutive; member
269 bool have_tsc, bool *consecutive);
H A Dintel-pt-decoder.c550 if (!buffer.consecutive || reposition) { in intel_pt_get_data()
3086 * @consecutive: returns true if there is data in buf_b that is consecutive
3100 size_t len_b, bool *consecutive) in intel_pt_find_overlap_tsc()
3127 /* Same TSC, so buffers are consecutive */ in intel_pt_find_overlap_tsc()
3131 *consecutive = true; in intel_pt_find_overlap_tsc()
3151 * @consecutive: returns true if there is data in buf_b that is consecutive
3163 bool have_tsc, bool *consecutive) in intel_pt_find_overlap()
3176 consecutive); in intel_pt_find_overlap()
3097 intel_pt_find_overlap_tsc(unsigned char *buf_a, size_t len_a, unsigned char *buf_b, size_t len_b, bool *consecutive) intel_pt_find_overlap_tsc() argument
3161 intel_pt_find_overlap(unsigned char *buf_a, size_t len_a, unsigned char *buf_b, size_t len_b, bool have_tsc, bool *consecutive) intel_pt_find_overlap() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.h266 bool consecutive; member
310 bool have_tsc, bool *consecutive,
H A Dintel-pt-decoder.c652 if (!buffer.consecutive || reposition) { in intel_pt_get_data()
4264 * @consecutive: returns true if there is data in buf_b that is consecutive
4279 size_t len_b, bool *consecutive, in intel_pt_find_overlap_tsc()
4307 /* Same TSC, so buffers are consecutive */ in intel_pt_find_overlap_tsc()
4311 *consecutive = true; in intel_pt_find_overlap_tsc()
4331 * @consecutive: returns true if there is data in buf_b that is consecutive
4344 bool have_tsc, bool *consecutive, in intel_pt_find_overlap()
4358 consecutive, ooo_ts in intel_pt_find_overlap()
4276 intel_pt_find_overlap_tsc(unsigned char *buf_a, size_t len_a, unsigned char *buf_b, size_t len_b, bool *consecutive, bool ooo_tsc) intel_pt_find_overlap_tsc() argument
4342 intel_pt_find_overlap(unsigned char *buf_a, size_t len_a, unsigned char *buf_b, size_t len_b, bool have_tsc, bool *consecutive, bool ooo_tsc) intel_pt_find_overlap() argument
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A 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()
H A Dauxtrace.c323 bool consecutive = false; in auxtrace_queues__split_buffer() local
332 b->consecutive = consecutive; in auxtrace_queues__split_buffer()
340 consecutive = true; in auxtrace_queues__split_buffer()
344 buffer->consecutive = consecutive; in auxtrace_queues__split_buffer()
H A Dintel-pt.c273 bool consecutive = false; in intel_pt_do_fix_overlap() local
277 pt->have_tsc, &consecutive); in intel_pt_do_fix_overlap()
282 if (b->use_size && consecutive) in intel_pt_do_fix_overlap()
283 b->consecutive = true; in intel_pt_do_fix_overlap()
303 if (might_overlap && !buffer->consecutive && old_buffer && in intel_pt_get_buffer()
316 if (!old_buffer || (might_overlap && !buffer->consecutive)) { in intel_pt_get_buffer()
317 b->consecutive = false; in intel_pt_get_buffer()
320 b->consecutive = true; in intel_pt_get_buffer()
H A Dauxtrace.h215 * @consecutive: the original data was split up and this buffer is consecutive
236 bool consecutive; member
/kernel/linux/linux-6.6/tools/perf/util/
H A 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()
H A Dauxtrace.c326 bool consecutive = false; in auxtrace_queues__split_buffer() local
335 b->consecutive = consecutive; in auxtrace_queues__split_buffer()
343 consecutive = true; in auxtrace_queues__split_buffer()
347 buffer->consecutive = consecutive; in auxtrace_queues__split_buffer()
H A Dauxtrace.h239 * @consecutive: the original data was split up and this buffer is consecutive
260 bool consecutive; member
H A Dintel-pt.c378 bool consecutive = false; in intel_pt_do_fix_overlap() local
382 pt->have_tsc, &consecutive, in intel_pt_do_fix_overlap()
395 if (b->use_size && consecutive) in intel_pt_do_fix_overlap()
396 b->consecutive = true; in intel_pt_do_fix_overlap()
416 if (might_overlap && !buffer->consecutive && old_buffer && in intel_pt_get_buffer()
429 if (!old_buffer || (might_overlap && !buffer->consecutive)) { in intel_pt_get_buffer()
430 b->consecutive = false; in intel_pt_get_buffer()
433 b->consecutive = true; in intel_pt_get_buffer()
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dchacha-ssse3-x86_64.S230 # This function encrypts four consecutive ChaCha blocks by loading the
H A Dchacha-avx2-x86_64.S541 # This function encrypts eight consecutive ChaCha blocks by loading
H A Dchacha-avx512vl-x86_64.S465 # This function encrypts eight consecutive ChaCha blocks by loading
/kernel/linux/linux-5.10/include/linux/
H A Dnfs_xdr.h1457 bool consecutive; member
/kernel/linux/linux-6.6/include/linux/
H A Dnfs_xdr.h1478 bool consecutive; member
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Dchacha-ssse3-x86_64.S230 # This function encrypts four consecutive ChaCha blocks by loading the
H A Dchacha-avx2-x86_64.S541 # This function encrypts eight consecutive ChaCha blocks by loading
H A Dchacha-avx512vl-x86_64.S465 # This function encrypts eight consecutive ChaCha blocks by loading
/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs42xdr.c309 encode_uint32(xdr, 1); /* consecutive = true */ in encode_copy()
950 res->consecutive = be32_to_cpup(p++); in decode_copy_requirements()
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs42xdr.c316 encode_uint32(xdr, 1); /* consecutive = true */ in encode_copy()
891 res->consecutive = be32_to_cpup(p++); in decode_copy_requirements()
H A Dnfs4trace.h2306 __entry->res_cons = res->consecutive;
/kernel/linux/linux-6.6/fs/nfsd/
H A Dnfs4xdr.c1980 u32 consecutive, i, count, sync; in nfsd4_decode_copy() local
1997 /* ca_consecutive: we always do consecutive copies */ in nfsd4_decode_copy()
1998 if (xdr_stream_decode_u32(argp->xdr, &consecutive) < 0) in nfsd4_decode_copy()

Completed in 69 milliseconds