/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | Makefile | 12 debugfs.o trace.o
|
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/resctrl/ |
H A D | pseudo_lock_event.h | 43 #include <trace/define_trace.h>
|
/kernel/linux/linux-6.6/drivers/gpu/drm/lima/ |
H A D | lima_trace.h | 50 #include <trace/define_trace.h>
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
H A D | bus.h | 38 #define BUS_TRACE(b,f,a...) BUS_MSG((b), trace, f, ##a)
|
/kernel/linux/linux-6.6/drivers/hv/ |
H A D | hv_trace_balloon.h | 48 #include <trace/define_trace.h>
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | Makefile | 33 ebb.c ebb_handler.S trace.c busy_loop.S
|
H A D | ebb.h | 11 #include "trace.h" 29 struct trace_buffer *trace; member
|
/kernel/linux/linux-6.6/sound/hda/ |
H A D | Makefile | 5 snd-hda-core-objs += trace.o
|
/kernel/linux/linux-6.6/mm/ |
H A D | debug_page_ref.c | 6 #include <trace/events/page_ref.h>
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_events_filter_test.h | 51 #include <trace/define_trace.h>
|
/kernel/linux/linux-6.6/lib/ |
H A D | trace_readwrite.c | 13 #include <trace/events/rwmmio.h>
|
/kernel/linux/linux-6.6/net/dsa/ |
H A D | Makefile | 20 trace.o 42 # for tracing framework to find trace.h
|
/kernel/linux/linux-6.6/sound/soc/sof/amd/ |
H A D | Makefile | 7 snd-sof-amd-acp-objs := acp.o acp-loader.o acp-ipc.o acp-pcm.o acp-stream.o acp-trace.o acp-common.o
|
/kernel/linux/linux-6.6/samples/ftrace/ |
H A D | sample-trace-array.c | 4 #include <linux/trace.h> 12 * Any file that uses trace points, must include the header. 15 * creates the handles for the trace points. 18 #include "sample-trace-array.h" 90 * the trace array - "tr". We are done using the trace array, hence in simple_thread() 102 * Return a pointer to the trace array with name "sample-instance" if it in sample_trace_array_init() 103 * exists, else create a new trace array. in sample_trace_array_init() 106 * associated with the trace array - "tr". in sample_trace_array_init() 132 * We are unloading our module and no longer require the trace arra in sample_trace_array_exit() [all...] |
/kernel/linux/linux-6.6/samples/trace_events/ |
H A D | trace_custom_sched.h | 24 * The TP_PROTO() and TP_ARGS must match the trace event 96 #include <trace/define_custom_trace.h>
|
/kernel/liteos_a/apps/ |
H A D | config.mk | 74 APP_SUBDIRS += trace
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | intel_uncore.c | 1957 vgpu_read##x(struct intel_uncore *uncore, i915_reg_t reg, bool trace) { \ 1959 trace_i915_reg_rw(false, reg, val, sizeof(val), trace); \ 1972 trace_i915_reg_rw(false, reg, val, sizeof(val), trace); \ 1977 gen2_read##x(struct intel_uncore *uncore, i915_reg_t reg, bool trace) { \ 1985 gen5_read##x(struct intel_uncore *uncore, i915_reg_t reg, bool trace) { \ 2020 trace_i915_reg_rw(false, reg, val, sizeof(val), trace); \ 2052 fwtable_read##x(struct intel_uncore *uncore, i915_reg_t reg, bool trace) \ 2078 trace_i915_reg_rw(true, reg, val, sizeof(val), trace); \ 2085 gen2_write##x(struct intel_uncore *uncore, i915_reg_t reg, u##x val, bool trace) { \ 2093 gen5_write##x(struct intel_uncore *uncore, i915_reg_t reg, u##x val, bool trace) { \ [all...] |
H A D | i915_trace.h | 646 TP_PROTO(bool write, i915_reg_t reg, u64 val, int len, bool trace), 648 TP_ARGS(write, reg, val, len, trace), 650 TP_CONDITION(trace), 754 #include <trace/define_trace.h>
|
/kernel/linux/linux-5.10/drivers/net/fjes/ |
H A D | fjes_hw.c | 354 hw->hw_info.trace = vzalloc(FJES_DEBUG_BUFFER_SIZE); in fjes_hw_init() 372 vfree(hw->hw_info.trace); in fjes_hw_exit() 373 hw->hw_info.trace = NULL; in fjes_hw_exit() 1212 if (!hw->hw_info.trace) in fjes_hw_start_debug() 1214 memset(hw->hw_info.trace, 0, FJES_DEBUG_BUFFER_SIZE); in fjes_hw_start_debug() 1225 addr = ((u8 *)hw->hw_info.trace) + i * FJES_DEBUG_PAGE_SIZE; in fjes_hw_start_debug() 1278 if (!hw->hw_info.trace) in fjes_hw_stop_debug()
|
/kernel/linux/linux-5.10/mm/ |
H A D | kmemleak.c | 106 #define MAX_TRACE 16 /* stack trace length */ 158 unsigned long trace[MAX_TRACE]; member 237 * Print a warning and dump the stack trace. 349 void *ptr = (void *)object->trace[i]; in print_unreferenced() 370 stack_trace_print(object->trace, object->trace_len, 4); in dump_object_info() 559 * Save stack trace to the given array of MAX_TRACE size. 561 static int __save_stack_trace(unsigned long *trace) in __save_stack_trace() argument 563 return stack_trace_save(trace, MAX_TRACE, 2); in __save_stack_trace() 618 object->trace_len = __save_stack_trace(object->trace); in create_object() 1009 * kmemleak_update_trace - update object allocation stack trace [all...] |
/kernel/linux/linux-6.6/drivers/net/fjes/ |
H A D | fjes_hw.c | 355 hw->hw_info.trace = vzalloc(FJES_DEBUG_BUFFER_SIZE); in fjes_hw_init() 373 vfree(hw->hw_info.trace); in fjes_hw_exit() 374 hw->hw_info.trace = NULL; in fjes_hw_exit() 1213 if (!hw->hw_info.trace) in fjes_hw_start_debug() 1215 memset(hw->hw_info.trace, 0, FJES_DEBUG_BUFFER_SIZE); in fjes_hw_start_debug() 1226 addr = ((u8 *)hw->hw_info.trace) + i * FJES_DEBUG_PAGE_SIZE; in fjes_hw_start_debug() 1279 if (!hw->hw_info.trace) in fjes_hw_stop_debug()
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | entry-armv.S | 147 .macro svc_entry, stack_hole=0, trace=1, uaccess=1 186 .if \trace 281 svc_entry trace=0 309 svc_entry trace=0 348 .macro usr_entry, trace=1, uaccess=1 393 .if \trace 731 usr_entry trace=0
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | entry-armv.S | 154 .macro svc_entry, stack_hole=0, trace=1, uaccess=1, overflow_check=1 201 .if \trace 296 svc_entry trace=0 314 svc_entry trace=0 353 .macro usr_entry, trace=1, uaccess=1 398 .if \trace 491 usr_entry trace=0
|
/kernel/linux/linux-5.10/drivers/remoteproc/ |
H A D | stm32_rproc.c | 431 struct rproc_debug_trace *trace; in stm32_rproc_add_coredump_trace() local 435 list_for_each_entry(trace, &rproc->traces, node) { in stm32_rproc_add_coredump_trace() 439 if (segment->da == trace->trace_mem.da) { in stm32_rproc_add_coredump_trace() 446 rproc_coredump_add_segment(rproc, trace->trace_mem.da, in stm32_rproc_add_coredump_trace() 447 trace->trace_mem.len); in stm32_rproc_add_coredump_trace()
|
/kernel/linux/linux-6.6/drivers/remoteproc/ |
H A D | stm32_rproc.c | 451 struct rproc_debug_trace *trace; in stm32_rproc_add_coredump_trace() local 455 list_for_each_entry(trace, &rproc->traces, node) { in stm32_rproc_add_coredump_trace() 459 if (segment->da == trace->trace_mem.da) { in stm32_rproc_add_coredump_trace() 466 rproc_coredump_add_segment(rproc, trace->trace_mem.da, in stm32_rproc_add_coredump_trace() 467 trace->trace_mem.len); in stm32_rproc_add_coredump_trace()
|