/linux/tools/perf/scripts/python/ |
H A D | netdev-times.py | 232 def irq__softirq_entry(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument 238 def irq__softirq_exit(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument 244 def irq__softirq_raise(name, context, cpu, sec, nsec, pid, comm, callchain, vec): argument 251 callchain, irq, irq_name): argument 256 def irq__irq_handler_exit(name, context, cpu, sec, nsec, pid, comm, callchain, irq, ret): argument 260 def napi__napi_poll(name, context, cpu, sec, nsec, pid, comm, callchain, napi, argument 266 def net__netif_receive_skb(name, context, cpu, sec, nsec, pid, comm, callchain, skbaddr, argument 272 def net__netif_rx(name, context, cpu, sec, nsec, pid, comm, callchain, skbaddr, argument 278 def net__net_dev_queue(name, context, cpu, sec, nsec, pid, comm, callchain, argument 284 def net__net_dev_xmit(name, context, cpu, sec, nsec, pid, comm, callchain, argument [all …]
|
H A D | powerpc-hcalls.py | 173 def powerpc__hcall_exit(name, context, cpu, sec, nsec, pid, comm, callchain, argument 198 callchain, opcode): argument
|
H A D | futex-contention.py | 29 def syscalls__sys_enter_futex(event, ctxt, cpu, s, ns, tid, comm, callchain, argument 40 def syscalls__sys_exit_futex(event, ctxt, cpu, s, ns, tid, comm, callchain, argument
|
H A D | net_dropmonitor.py | 72 def skb__kfree_skb(name, context, cpu, sec, nsec, pid, comm, callchain, argument
|
/linux/tools/perf/tests/ |
H A D | sample-parsing.c | 219 struct ip_callchain callchain; in do_test() member 221 } callchain = { in do_test() local
|
/linux/tools/perf/util/ |
H A D | record.c | 95 void evlist__config(struct evlist *evlist, struct record_opts *opts, struct callchain_param *callchain) in evlist__config() argument
|
H A D | sample.h | 112 struct ip_callchain *callchain; member
|
H A D | session.c | 797 struct ip_callchain *callchain = sample->callchain; in callchain__lbr_callstack_printf() local 847 struct ip_callchain *callchain = sample->callchain; in callchain__printf() local
|
H A D | data-convert-bt.c | 524 struct ip_callchain *callchain) in add_callchain_output_values()
|
H A D | auxtrace.h | 138 bool callchain; member
|
H A D | hist.h | 318 struct callchain_root callchain[0]; /* must be last member */ member
|
H A D | evsel.c | 1298 struct callchain_param *callchain) in evsel__config()
|
/linux/tools/perf/ |
H A D | builtin-top.c | 1079 static int callchain_param__setup_sample_type(struct callchain_param *callchain) in callchain_param__setup_sample_type() 1399 struct callchain_param *callchain = opt->value; in parse_callchain_opt() local
|
H A D | builtin-record.c | 2945 static void callchain_debug(struct callchain_param *callchain) in callchain_debug() 2957 struct callchain_param *callchain, in record_opts__parse_callchain() 2992 struct callchain_param *callchain = opt->value; in record_callchain_opt() local
|
H A D | builtin-report.c | 1182 struct callchain_param *callchain = opt->value; in report_parse_callchain_opt() local
|
H A D | builtin-c2c.c | 2821 struct callchain_param *callchain = opt->value; in parse_callchain_opt() local
|
H A D | builtin-sched.c | 282 struct callchain_root callchain; member
|
/linux/tools/perf/util/scripting-engines/ |
H A D | trace-event-python.c | 834 PyObject *callchain) in get_perf_sample_dict() 936 PyObject *handler, *context, *t, *obj = NULL, *callchain; in python_process_tracepoint() local 1464 PyObject *handler, *t, *dict, *callchain; in python_process_general_event() local
|
/linux/kernel/bpf/ |
H A D | verifier.c | 1831 struct bpf_scc_callchain *callchain) in compute_scc_callchain() 1853 struct bpf_scc_callchain *callchain) in scc_visit_lookup() 1872 struct bpf_scc_callchain *callchain) in scc_visit_alloc() 1895 static char *format_callchain(struct bpf_verifier_env *env, struct bpf_scc_callchain *callchain) in format_callchain() 1917 struct bpf_scc_callchain *callchain = &env->callchain_buf; in maybe_enter_scc() local 1942 struct bpf_scc_callchain *callchain = &env->callchain_buf; in maybe_exit_scc() local 1971 struct bpf_scc_callchain *callchain = &env->callchain_buf; in add_scc_backedge() local 2002 struct bpf_scc_callchain *callchain = &env->callchain_buf; in incomplete_read_marks() local
|
/linux/include/linux/ |
H A D | bpf_verifier.h | 730 struct bpf_scc_callchain callchain; member
|
H A D | perf_event.h | 1323 struct perf_callchain_entry *callchain; member
|
/linux/kernel/events/ |
H A D | core.c | 8193 struct perf_callchain_entry *callchain; in perf_callchain() local
|