Home
last modified time | relevance | path

Searched defs:callchain (Results 1 – 20 of 20) sorted by relevance

/linux/tools/perf/scripts/python/
H A Dnetdev-times.py232 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 Dpowerpc-hcalls.py173 def powerpc__hcall_exit(name, context, cpu, sec, nsec, pid, comm, callchain, argument
198 callchain, opcode): argument
H A Dfutex-contention.py29 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 Dnet_dropmonitor.py72 def skb__kfree_skb(name, context, cpu, sec, nsec, pid, comm, callchain, argument
/linux/tools/perf/tests/
H A Dsample-parsing.c209 struct ip_callchain callchain; in do_test() member
211 } callchain = { in do_test() local
/linux/tools/perf/util/
H A Drecord.c95 void evlist__config(struct evlist *evlist, struct record_opts *opts, struct callchain_param *callchain) in evlist__config() argument
H A Dsample.h114 struct ip_callchain *callchain; member
H A Dsession.c791 struct ip_callchain *callchain = sample->callchain; in callchain__lbr_callstack_printf() local
841 struct ip_callchain *callchain = sample->callchain; in callchain__printf() local
[all...]
H A Ddata-convert-bt.c523 struct ip_callchain *callchain) in add_callchain_output_values() argument
H A Dauxtrace.h138 bool callchain; global() member
H A Dhist.h287 struct callchain_root callchain[0]; /* must be last member */ global() member
H A Devsel.c1145 evsel__config(struct evsel * evsel,struct record_opts * opts,struct callchain_param * callchain) evsel__config() argument
[all...]
/linux/tools/perf/
H A Dbuiltin-top.c1077 static int callchain_param__setup_sample_type(struct callchain_param *callchain) in callchain_param__setup_sample_type()
1389 struct callchain_param *callchain = opt->value; in parse_callchain_opt() local
H A Dbuiltin-record.c2892 static void callchain_debug(struct callchain_param *callchain) in callchain_debug() argument
2904 struct callchain_param *callchain, in record_opts__parse_callchain() argument
2939 struct callchain_param *callchain = opt->value; record_callchain_opt() local
[all...]
H A Dbuiltin-report.c1163 struct callchain_param *callchain = opt->value; in report_parse_callchain_opt() local
[all...]
H A Dbuiltin-c2c.c2812 struct callchain_param *callchain = opt->value; in parse_callchain_opt() local
H A Dbuiltin-sched.c280 struct callchain_root callchain; global() member
[all...]
/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c848 get_perf_sample_dict(struct perf_sample * sample,struct evsel * evsel,struct addr_location * al,struct addr_location * addr_al,PyObject * callchain) get_perf_sample_dict() argument
950 PyObject *handler, *context, *t, *obj = NULL, *callchain; python_process_tracepoint() local
1477 PyObject *handler, *t, *dict, *callchain; python_process_general_event() local
[all...]
/linux/include/linux/
H A Dperf_event.h1233 struct perf_callchain_entry *callchain; member
/linux/kernel/events/
H A Dcore.c7799 struct perf_callchain_entry *callchain; in perf_callchain() local