Searched refs:trace_nr (Results 1 - 7 of 7) sorted by relevance

/linux-master/kernel/bpf/
H A Dstackmap.c128 u64 *ips, u32 trace_nr, bool user)
143 for (i = 0; i < trace_nr; i++) {
151 for (i = 0; i < trace_nr; i++) {
219 u32 hash, id, trace_nr, trace_len; local
228 trace_nr = trace->nr - skip;
229 trace_len = trace_nr * sizeof(u64);
246 new_bucket->nr = trace_nr;
249 ips, trace_nr, user);
250 trace_len = trace_nr * sizeof(struct bpf_stack_build_id);
251 if (hash_matches && bucket->nr == trace_nr
127 stack_map_get_build_id_offset(struct bpf_stack_build_id *id_offs, u64 *ips, u32 trace_nr, bool user) argument
392 u32 trace_nr, copy_len, elem_size, num_elem, max_depth; local
[all...]
/linux-master/tools/perf/util/
H A Dthread-stack.h83 u64 to_ip, u16 insn_len, u64 trace_nr, bool callstack,
85 void thread_stack__set_trace_nr(struct thread *thread, int cpu, u64 trace_nr);
H A Dthread-stack.c73 * @trace_nr: current trace number
92 u64 trace_nr; member in struct:thread_stack
407 u64 to_ip, u16 insn_len, u64 trace_nr, bool callstack,
421 ts->trace_nr = trace_nr;
426 * When the trace is discontinuous, the trace_nr changes. In that case
430 if (trace_nr != ts->trace_nr) {
431 if (ts->trace_nr)
433 ts->trace_nr
406 thread_stack__event(struct thread *thread, int cpu, u32 flags, u64 from_ip, u64 to_ip, u16 insn_len, u64 trace_nr, bool callstack, unsigned int br_stack_sz, bool mispred_all) argument
473 thread_stack__set_trace_nr(struct thread *thread, int cpu, u64 trace_nr) argument
[all...]
H A Dintel-pt.c431 b->trace_nr = buffer->buffer_nr + 1;
2690 state->trace_nr, pt->callstack,
2694 thread_stack__set_trace_nr(ptq->thread, ptq->cpu, state->trace_nr);
/linux-master/tools/perf/util/arm-spe-decoder/
H A Darm-spe-decoder.h90 u64 trace_nr; member in struct:arm_spe_buffer
/linux-master/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.h242 uint64_t trace_nr; member in struct:intel_pt_state
268 uint64_t trace_nr; member in struct:intel_pt_buffer
H A Dintel-pt-decoder.c655 decoder->state.trace_nr = buffer.trace_nr;

Completed in 211 milliseconds