Home
last modified time | relevance | path

Searched refs:next_tid (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/tools/perf/tests/
Dswitch-tracking.c121 pid_t next_tid, prev_tid; in process_sample_event() local
131 next_tid = perf_evsel__intval(evsel, &sample, "next_pid"); in process_sample_event()
135 cpu, prev_tid, next_tid); in process_sample_event()
148 switch_tracking->tids[cpu] = next_tid; in process_sample_event()
/Linux-v4.19/tools/perf/util/
Dintel-pt.c151 pid_t next_tid; member
791 ptq->next_tid = -1; in intel_pt_alloc_queue()
1415 pid_t tid = ptq->next_tid; in intel_pt_next_tid()
1428 ptq->next_tid = -1; in intel_pt_next_tid()
1683 ptq->next_tid == -1) { in intel_pt_run_decoder()
1832 ptq->next_tid = -1; in intel_pt_sync_switch()
1836 ptq->next_tid = tid; in intel_pt_sync_switch()
1852 ptq->next_tid = tid; in intel_pt_sync_switch()
/Linux-v4.19/mm/
Dslub.c1934 static inline unsigned long next_tid(unsigned long tid) in next_tid() function
1973 actual_tid, tid, next_tid(tid)); in note_cmpxchg_failure()
2266 c->tid = next_tid(c->tid); in flush_slab()
2557 c->tid = next_tid(c->tid); in ___slab_alloc()
2694 next_object, next_tid(tid)))) { in slab_alloc_node()
2934 head, next_tid(tid)))) { in do_slab_free()
3121 c->tid = next_tid(c->tid); in kmem_cache_alloc_bulk()
/Linux-v4.19/include/linux/qed/
Discsi_common.h902 __le16 next_tid; member
/Linux-v4.19/fs/proc/
Dbase.c3528 static struct task_struct *next_tid(struct task_struct *start) in next_tid() function
3566 task = next_tid(task), ctx->pos++) { in proc_task_readdir()