Home
last modified time | relevance | path

Searched refs:trace_nr (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/kernel/bpf/
Dstackmap.c283 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/
Dthread-stack.c88 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()
Dthread-stack.h84 u64 to_ip, u16 insn_len, u64 trace_nr);
85 void thread_stack__set_trace_nr(struct thread *thread, int cpu, u64 trace_nr);
Dintel-pt.c284 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/
Dintel-pt-decoder.h210 uint64_t trace_nr; member
231 uint64_t trace_nr; member
Dintel-pt-decoder.c523 decoder->state.trace_nr = buffer.trace_nr; in intel_pt_get_data()