Searched refs:trace_nr (Results 1 – 5 of 5) sorted by relevance
100 u64 trace_nr; member254 u64 to_ip, u16 insn_len, u64 trace_nr) in thread_stack__event() argument265 thread->ts->trace_nr = trace_nr; in thread_stack__event()273 if (trace_nr != thread->ts->trace_nr) { in thread_stack__event()274 if (thread->ts->trace_nr) in thread_stack__event()276 thread->ts->trace_nr = trace_nr; in thread_stack__event()301 void thread_stack__set_trace_nr(struct thread *thread, u64 trace_nr) in thread_stack__set_trace_nr() argument306 if (trace_nr != thread->ts->trace_nr) { in thread_stack__set_trace_nr()307 if (thread->ts->trace_nr) in thread_stack__set_trace_nr()309 thread->ts->trace_nr = trace_nr; in thread_stack__set_trace_nr()
95 u64 to_ip, u16 insn_len, u64 trace_nr);96 void thread_stack__set_trace_nr(struct thread *thread, u64 trace_nr);
279 b->trace_nr = buffer->buffer_nr + 1; in intel_pt_get_trace()1218 state->trace_nr); in intel_pt_sample()1220 thread_stack__set_trace_nr(ptq->thread, state->trace_nr); in intel_pt_sample()
65 uint64_t trace_nr; member78 uint64_t trace_nr; member
465 decoder->state.trace_nr = buffer.trace_nr; in intel_pt_get_data()