/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | core.c | 31 #include <trace/events/regulator.h>
|
/kernel/linux/linux-6.6/io_uring/ |
H A D | io_uring.c | 77 #include <trace/events/io_uring.h>
|
/kernel/linux/linux-6.6/kernel/cgroup/ |
H A D | cgroup.c | 65 #include <trace/events/cgroup.h>
|
/kernel/linux/linux-6.6/block/ |
H A D | bfq-iosched.c | 127 #include <trace/events/block.h>
|
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/ |
H A D | mmu.c | 58 #include "trace.h" 121 #include <trace/events/kvm.h>
|
/kernel/linux/linux-6.6/arch/x86/kvm/svm/ |
H A D | svm.c | 45 #include <trace/events/ipi.h> 47 #include "trace.h"
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid10.c | 20 #include <trace/events/block.h>
|
/kernel/linux/linux-6.6/lib/ |
H A D | maple_tree.c | 63 #include <trace/events/maple_tree.h>
|
/kernel/linux/linux-6.6/kernel/ |
H A D | workqueue.c | 476 #include <trace/events/workqueue.h> 3022 * While we must be careful to not use "work" after this, the trace
|
/kernel/linux/linux-6.6/mm/ |
H A D | memory.c | 83 #include <trace/events/kmem.h>
|
/kernel/linux/linux-6.6/net/core/ |
H A D | skbuff.c | 80 #include <trace/events/skb.h> 2208 * Add a temporary trace to warn us just in case. in __skb_unclone_keeptruesize()
|
H A D | neighbour.c | 42 #include <trace/events/neigh.h>
|
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_multicast.c | 34 #include <trace/events/bridge.h>
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | sm_statefuns.c | 48 #include <trace/events/sctp.h>
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_lib.c | 23 #include <openssl/trace.h>
|
/third_party/openssl/ssl/ |
H A D | ssl_lib.c | 23 #include <openssl/trace.h>
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_hsi.h | 3151 * for mcp trace results. 3155 * @param buf_size - OUT: required buffer size (in dwords) for mcp trace data. 3159 * - the trace data in MCP scratchpad contain an invalid signature 3161 * - the trace meta data cannot be found (in NVRAM or image file) 3169 * @brief qed_dbg_mcp_trace_dump - Performs mcp trace and writes the results 3174 * @param dump_buf - Pointer to write the mcp trace data into. 3181 * - the trace data in MCP scratchpad contain an invalid signature 3183 * - the trace meta data cannot be found (in NVRAM or image file) 3184 * - the trace meta data cannot be read (from NVRAM or image file) 3195 * for grc trace fif 13305 struct mcp_trace trace; global() member [all...] |
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | x86.c | 66 #include <trace/events/ipi.h> 67 #include <trace/events/kvm.h> 90 #include "trace.h" 515 /* Fault while not rebooting. We want the trace. */ in kvm_spurious_fault() 11686 * Read rflags as long as potentially injected trace flags are still in kvm_arch_vcpu_ioctl_set_guest_debug() 11709 * Trigger an rflags update that will inject or remove the trace in kvm_arch_vcpu_ioctl_set_guest_debug()
|
/third_party/sqlite/src/ |
H A D | sqlite3.c | 3581 ** the following constants. ^The first argument to the trace callback 3586 ** ^A trace callback has four arguments: xCallback(T,C,P,X). 3635 ** ^The sqlite3_trace_v2(D,M,X,P) interface registers a trace callback 3650 ** ^A trace callback is invoked with four arguments: callback(T,C,P,X). 17066 } trace; member 17067 void *pTraceArg; /* Argument to the trace function */ 17222 #define SQLITE_VdbeTrace HI(0x0400000) /* True to trace VDBE execution */ 28199 int trace; /* True to trace changes */ global() member 28682 volatile LONG trace; /* True to trace changes */ global() member [all...] |
/third_party/node/deps/v8/src/execution/s390/ |
H A D | simulator-s390.cc | 191 bool trace = ::v8::internal::FLAG_trace_sim; in Debug() local 560 } else if ((strcmp(cmd, "t") == 0) || strcmp(cmd, "trace") == 0) { in Debug() 603 PrintF("trace (alias 't')\n"); in Debug() 636 ::v8::internal::FLAG_trace_sim = trace; in Debug()
|
/kernel/linux/linux-5.10/drivers/scsi/ufs/ |
H A D | ufshcd.c | 29 #include <trace/events/ufs.h> 361 /* trace UPIU W/O tracing command */ in ufshcd_add_command_trace() 368 /* trace UPIU also */ in ufshcd_add_command_trace() 373 * Currently we only fully trace read(10) and write(10) in ufshcd_add_command_trace()
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | super.c | 51 #include "ext4_extents.h" /* Needed for trace points definition */ 59 #include <trace/events/ext4.h>
|
/kernel/linux/linux-5.10/net/core/ |
H A D | devlink.c | 31 #include <trace/events/devlink.h>
|
/kernel/linux/linux-5.10/net/ceph/ |
H A D | osd_client.c | 595 msg_size += sizeof(struct ceph_blkin_trace_info); /* trace */ in __ceph_osdc_alloc_messages() 2108 /* trace */ in encode_request_partial() 2176 char trace[sizeof(struct ceph_blkin_trace_info)]; in encode_request_finish() member
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_input.c | 79 #include <trace/events/tcp.h>
|