Searched refs:thread_stack__new (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/tools/perf/util/ |
D | thread-stack.c | 173 static struct thread_stack *thread_stack__new(struct thread *thread, int cpu, in thread_stack__new() function 416 ts = thread_stack__new(thread, cpu, NULL, callstack, br_stack_sz); in thread_stack__event() 1119 ts = thread_stack__new(thread, sample->cpu, crp, true, 0); in thread_stack__process()
|