Searched refs:trace_nr (Results 1 – 5 of 5) sorted by relevance
65 u64 trace_nr; member219 u64 to_ip, u16 insn_len, u64 trace_nr) in thread_stack__event() argument230 thread->ts->trace_nr = trace_nr; in thread_stack__event()238 if (trace_nr != thread->ts->trace_nr) { in thread_stack__event()239 if (thread->ts->trace_nr) in thread_stack__event()241 thread->ts->trace_nr = trace_nr; in thread_stack__event()266 void thread_stack__set_trace_nr(struct thread *thread, u64 trace_nr) in thread_stack__set_trace_nr() argument271 if (trace_nr != thread->ts->trace_nr) { in thread_stack__set_trace_nr()272 if (thread->ts->trace_nr) in thread_stack__set_trace_nr()274 thread->ts->trace_nr = trace_nr; in thread_stack__set_trace_nr()
84 u64 to_ip, u16 insn_len, u64 trace_nr);85 void thread_stack__set_trace_nr(struct thread *thread, u64 trace_nr);
296 b->trace_nr = buffer->buffer_nr + 1; in intel_pt_get_trace()1329 state->trace_nr); in intel_pt_sample()1331 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
492 decoder->state.trace_nr = buffer.trace_nr; in intel_pt_get_data()