Searched refs:trace_nr (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/kernel/bpf/ |
D | stackmap.c | 283 u64 *ips, u32 trace_nr, bool user) in stack_map_get_build_id_offset() argument 309 for (i = 0; i < trace_nr; i++) { in stack_map_get_build_id_offset() 317 for (i = 0; i < trace_nr; i++) { in stack_map_get_build_id_offset() 355 u32 hash, id, trace_nr, trace_len; in BPF_CALL_3() local 375 trace_nr = trace->nr - init_nr; in BPF_CALL_3() 377 if (trace_nr <= skip) in BPF_CALL_3() 381 trace_nr -= skip; in BPF_CALL_3() 382 trace_len = trace_nr * sizeof(u64); in BPF_CALL_3() 399 new_bucket->nr = trace_nr; in BPF_CALL_3() 402 ips, trace_nr, user); in BPF_CALL_3() [all …]
|
/Linux-v5.4/tools/perf/util/ |
D | thread-stack.c | 88 u64 trace_nr; member 357 u64 to_ip, u16 insn_len, u64 trace_nr) in thread_stack__event() argument 370 ts->trace_nr = trace_nr; in thread_stack__event() 378 if (trace_nr != ts->trace_nr) { in thread_stack__event() 379 if (ts->trace_nr) in thread_stack__event() 381 ts->trace_nr = trace_nr; in thread_stack__event() 415 void thread_stack__set_trace_nr(struct thread *thread, int cpu, u64 trace_nr) in thread_stack__set_trace_nr() argument 422 if (trace_nr != ts->trace_nr) { in thread_stack__set_trace_nr() 423 if (ts->trace_nr) in thread_stack__set_trace_nr() 425 ts->trace_nr = trace_nr; in thread_stack__set_trace_nr()
|
D | thread-stack.h | 84 u64 to_ip, u16 insn_len, u64 trace_nr); 85 void thread_stack__set_trace_nr(struct thread *thread, int cpu, u64 trace_nr);
|
D | intel-pt.c | 284 b->trace_nr = buffer->buffer_nr + 1; in intel_pt_get_buffer() 1974 state->trace_nr); in intel_pt_sample() 1976 thread_stack__set_trace_nr(ptq->thread, ptq->cpu, state->trace_nr); in intel_pt_sample()
|
/Linux-v5.4/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-decoder.h | 210 uint64_t trace_nr; member 231 uint64_t trace_nr; member
|
D | intel-pt-decoder.c | 523 decoder->state.trace_nr = buffer.trace_nr; in intel_pt_get_data()
|