Home
last modified time | relevance | path

Searched defs:tail (Results 1 – 15 of 15) sorted by relevance

/tools/perf/util/
Dblock-range.c205 struct block_range *tail = malloc(sizeof(struct block_range)); in block_range__create() local
250 struct block_range *tail; in block_range__create() local
Dcs-etm.h151 u32 tail; member
Dauxtrace.h463 static inline void auxtrace_mmap__write_tail(struct auxtrace_mmap *mm, u64 tail) in auxtrace_mmap__write_tail()
Dsymbol.c96 const char *tail = str; in prefix_underscores_count() local
/tools/include/linux/
Dring_buffer.h69 u64 tail) in ring_buffer_write_tail()
/tools/testing/selftests/powerpc/pmu/ebb/
Dtrace.h28 void *tail; member
/tools/testing/selftests/arm64/signal/testcases/
Dtestcases.h93 static inline void write_terminator_record(struct _aarch64_ctx *tail) in write_terminator_record()
/tools/io_uring/
Dio_uring-bench.c39 unsigned *tail; member
48 unsigned *tail; member
197 unsigned index, tail, next_tail, prepped = 0; in prep_more_ios() local
/tools/lib/perf/
Dmmap.c74 static inline void perf_mmap__write_tail(struct perf_mmap *md, u64 tail) in perf_mmap__write_tail()
/tools/testing/selftests/powerpc/alignment/
Dalignment_handler.c143 #define LOAD_VSX_8LS_PREFIX_TEST(op, tail) TESTP(op, op, PSTXV ## tail, 0, 32) argument
144 #define STORE_VSX_8LS_PREFIX_TEST(op, tail) TESTP(op, PLXV ## tail, op, 32, 0) argument
/tools/testing/selftests/powerpc/nx-gzip/
Dgunz_test.c948 unsigned char tail[8]; in decompress_file() local
/tools/bpf/bpftool/
Dcfg.c31 struct bpf_insn *tail; member
/tools/perf/
Dbuiltin-record.c1241 static int record__synthesize_workload(struct record *rec, bool tail) in record__synthesize_workload()
1374 static int record__synthesize(struct record *rec, bool tail) in record__synthesize()
/tools/testing/selftests/bpf/progs/
Dtest_cls_redirect.c131 uint8_t *const tail; member
/tools/perf/scripts/python/
Dexported-sql-viewer.py2537 …def __init__(self, dbref, sql, buffer, head, tail, fetch_count, fetching_done, process_target, wai… argument