Searched refs:tracepoint (Results 1 - 25 of 429) sorted by relevance

1234567891011>>

/linux-master/include/trace/misc/
H A Dsunrpc.h11 #include <linux/tracepoint.h>
/linux-master/include/linux/
H A Dtracepoint-defs.h7 * tracepoint->key to guard out of line trace calls, or the definition of
8 * trace_print_flags{_u64}. Otherwise linux/tracepoint.h should be used.
32 struct tracepoint { struct
47 typedef struct tracepoint * const tracepoint_ptr_t;
51 struct tracepoint *tp;
58 * If a tracepoint needs to be called from a header file, it is not
61 * tracepoint_enabled() to test if the tracepoint is enabled, then if
63 * call the tracepoint.
68 * Then in the header file, declare the tracepoint:
82 extern struct tracepoint __tracepoint
[all...]
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dbrcms_trace_events.h22 #include <linux/tracepoint.h>
/linux-master/include/trace/events/
H A Dintel_ish.h8 #include <linux/tracepoint.h>
H A Dnetlink.h7 #include <linux/tracepoint.h>
H A Dcontext_tracking.h8 #include <linux/tracepoint.h>
H A Dthermal_pressure.h8 #include <linux/tracepoint.h>
H A Dpage_isolation.h8 #include <linux/tracepoint.h>
H A Dprintk.h8 #include <linux/tracepoint.h>
H A Dnmi.h9 #include <linux/tracepoint.h>
H A Dudp.h9 #include <linux/tracepoint.h>
H A Dgpu_mem.h14 #include <linux/tracepoint.h>
/linux-master/arch/x86/entry/vsyscall/
H A Dvsyscall_trace.h8 #include <linux/tracepoint.h>
/linux-master/kernel/trace/
H A Dbpf_trace.h9 #include <linux/tracepoint.h>
H A Dtrace_synth.h35 struct tracepoint *tp;
/linux-master/drivers/net/ethernet/intel/e1000e/
H A De1000e_trace.h19 #include <linux/tracepoint.h>
33 * with the kernel tracepoint definitions, because we're a loadable
/linux-master/drivers/soc/qcom/
H A Dpmic_pdcharger_ulog.h12 #include <linux/tracepoint.h>
/linux-master/tools/perf/python/
H A Dtracepoint.py8 class tracepoint(perf.evsel): class in inherits:perf.evsel
10 config = perf.tracepoint(sys, name)
18 tp = tracepoint("sched", "sched_switch")
/linux-master/Documentation/trace/postprocess/
H A Dtrace-pagealloc-postprocess.pl189 my $tracepoint;
198 $tracepoint = $4;
224 if ($tracepoint eq "mm_page_alloc") {
226 } elsif ($tracepoint eq "mm_page_free") {
228 } elsif ($tracepoint eq "mm_page_free_batched") {
230 } elsif ($tracepoint eq "mm_page_pcpu_drain") {
233 } elsif ($tracepoint eq "mm_page_alloc_zone_locked") {
236 } elsif ($tracepoint eq "mm_page_alloc_extfrag") {
279 $tracepoint ne "mm_page_pcpu_drain") {
287 $tracepoint n
[all...]
/linux-master/drivers/dma-buf/
H A Dsync_trace.h10 #include <linux/tracepoint.h>
/linux-master/arch/arm64/kernel/
H A Dtrace-events-emulation.h8 #include <linux/tracepoint.h>
/linux-master/arch/s390/include/asm/trace/
H A Ddiag.h15 #include <linux/tracepoint.h>
/linux-master/samples/ftrace/
H A Dsample-trace-array.h59 #include <linux/tracepoint.h>
/linux-master/include/trace/
H A Dsyscall.h5 #include <linux/tracepoint.h>
/linux-master/samples/trace_events/
H A Dtrace_custom_sched.c39 static void fct(struct tracepoint *tp, void *priv)

Completed in 203 milliseconds

1234567891011>>