instruction
stringlengths
82
202
input
stringclasses
1 value
output
stringlengths
73
23.9M
Linux işletim sistemi çekirdeği için 'include/trace/events/spi' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM spi #if !defined(_TRACE_SPI_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_SPI_H #include <linux/ktime.h> #include <linux/tracepoint.h> DECLARE_EVENT_CLASS(spi_controller, TP_PROTO(struct spi_controller *controller), TP_A...
Linux işletim sistemi çekirdeği için 'include/trace/events/clk' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2014-2015, The Linux Foundation. All rights reserved. */ #undef TRACE_SYSTEM #define TRACE_SYSTEM clk #if !defined(_TRACE_CLK_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_CLK_H #include <linux/tracepoint.h> struct clk_core; DECLARE_EVENT...
Linux işletim sistemi çekirdeği için 'include/trace/events/bcache' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM bcache #if !defined(_TRACE_BCACHE_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_BCACHE_H #include <linux/tracepoint.h> DECLARE_EVENT_CLASS(bcache_request, TP_PROTO(struct bcache_device *d, struct bio *bio), TP_ARGS(d, bio)...
Linux işletim sistemi çekirdeği için 'include/trace/events/fib' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM fib #if !defined(_TRACE_FIB_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_FIB_H #include <linux/skbuff.h> #include <linux/netdevice.h> #include <net/flow.h> #include <net/inet_dscp.h> #include <net/ip_fib.h> #include <linux/t...
Linux işletim sistemi çekirdeği için 'include/trace/events/filemap' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM filemap #if !defined(_TRACE_FILEMAP_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_FILEMAP_H #include <linux/types.h> #include <linux/tracepoint.h> #include <linux/mm.h> #include <linux/memcontrol.h> #include <linux/device.h> ...
Linux işletim sistemi çekirdeği için 'include/trace/events/asoc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM asoc #if !defined(_TRACE_ASOC_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_ASOC_H #include <linux/ktime.h> #include <linux/tracepoint.h> #include <sound/jack.h> #include <sound/pcm.h> #define DAPM_DIRECT "(direct)" #define ...
Linux işletim sistemi çekirdeği için 'include/trace/events/filelock' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Events for filesystem locks * * Copyright 2013 Jeff Layton <jlayton@poochiereds.net> */ #undef TRACE_SYSTEM #define TRACE_SYSTEM filelock #if !defined(_TRACE_FILELOCK_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_FILELOCK_H #include <linux/tracepoint.h> #in...
Linux işletim sistemi çekirdeği için 'include/trace/events/pagemap' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM pagemap #if !defined(_TRACE_PAGEMAP_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_PAGEMAP_H #include <linux/tracepoint.h> #include <linux/mm.h> #define PAGEMAP_MAPPED 0x0001u #define PAGEMAP_ANONYMOUS 0x0002u #define PAGEMA...
Linux işletim sistemi çekirdeği için 'include/trace/events/dma_buf' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM dma_buf #if !defined(_TRACE_DMA_BUF_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_DMA_BUF_H #include <linux/dma-buf.h> #include <linux/tracepoint.h> DECLARE_EVENT_CLASS(dma_buf, TP_PROTO(struct dma_buf *dmabuf), TP_ARGS(...
Linux işletim sistemi çekirdeği için 'include/trace/events/ib_umad' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB */ /* * Copyright (c) 2018 Intel Corporation. All rights reserved. * */ #undef TRACE_SYSTEM #define TRACE_SYSTEM ib_umad #if !defined(_TRACE_IB_UMAD_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_IB_UMAD_H #include <linux/tracepoint.h> DECLARE_EVE...
Linux işletim sistemi çekirdeği için 'include/trace/events/rpm' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM rpm #if !defined(_TRACE_RUNTIME_POWER_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_RUNTIME_POWER_H #include <linux/ktime.h> #include <linux/tracepoint.h> struct device; /* * The rpm_internal events are used for tracing s...
Linux işletim sistemi çekirdeği için 'include/trace/events/dlm' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM dlm #if !defined(_TRACE_DLM_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_DLM_H #include <linux/dlm.h> #include <linux/dlmconstants.h> #include <uapi/linux/dlm_plock.h> #include <linux/tracepoint.h> #include "../../../fs/dlm...
Linux işletim sistemi çekirdeği için 'include/trace/events/sched' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM sched #if !defined(_TRACE_SCHED_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_SCHED_H #include <linux/kthread.h> #include <linux/sched/numa_balancing.h> #include <linux/tracepoint.h> #include <linux/binfmts.h> /* * Tracepoi...
Linux işletim sistemi çekirdeği için 'include/trace/events/spi-mem' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM spi-mem #undef TRACE_SYSTEM_VAR #define TRACE_SYSTEM_VAR spi_mem #if !defined(_TRACE_SPI_MEM_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_SPI_MEM_H #include <linux/tracepoint.h> #include <linux/spi/spi-mem.h> #define decod...
Linux işletim sistemi çekirdeği için 'include/trace/events/sof' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright(c) 2022 Intel Corporation * * Author: Noah Klayman <noah.klayman@intel.com> */ #undef TRACE_SYSTEM #define TRACE_SYSTEM sof #if !defined(_TRACE_SOF_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_SOF_H #include <linux/tracepoint.h> #include <li...
Linux işletim sistemi çekirdeği için 'include/trace/events/irq_matrix' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c #undef TRACE_SYSTEM #define TRACE_SYSTEM irq_matrix #if !defined(_TRACE_IRQ_MATRIX_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_IRQ_MATRIX_H #include <linux/tracepoint.h> struct irq_matrix; struct cpumap; DECLARE_EVENT_CLASS(irq_matrix_global, TP_PROTO(struct irq_matrix *matrix), TP_ARGS(matrix), ...
Linux işletim sistemi çekirdeği için 'include/trace/events/maple_tree' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM maple_tree #if !defined(_TRACE_MM_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_MM_H #include <linux/tracepoint.h> struct ma_state; TRACE_EVENT(ma_op, TP_PROTO(const char *fn, struct ma_state *mas), TP_ARGS(fn, mas), ...
Linux işletim sistemi çekirdeği için 'include/trace/events/tegra_apb_dma' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c #if !defined(_TRACE_TEGRA_APB_DMA_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_TEGRA_APB_DMA_H #include <linux/tracepoint.h> #include <linux/dmaengine.h> #undef TRACE_SYSTEM #define TRACE_SYSTEM tegra_apb_dma TRACE_EVENT(tegra_dma_tx_status, TP_PROTO(struct dma_chan *dc, dma_cookie_t cookie, struct dm...
Linux işletim sistemi çekirdeği için 'include/trace/events/wbt' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM wbt #if !defined(_TRACE_WBT_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_WBT_H #include <linux/tracepoint.h> #include "../../../block/blk-wbt.h" /** * wbt_stat - trace stats for blk_wb * @stat: array of read/write stats ...
Linux işletim sistemi çekirdeği için 'include/trace/events/syscalls' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM raw_syscalls #undef TRACE_INCLUDE_FILE #define TRACE_INCLUDE_FILE syscalls #if !defined(_TRACE_EVENTS_SYSCALLS_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_EVENTS_SYSCALLS_H #include <linux/tracepoint.h> #include <asm/ptrac...
Linux işletim sistemi çekirdeği için 'include/trace/events/page_ref' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM page_ref #if !defined(_TRACE_PAGE_REF_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_PAGE_REF_H #include <linux/types.h> #include <linux/page_ref.h> #include <linux/tracepoint.h> #include <trace/events/mmflags.h> DECLARE_EVEN...
Linux işletim sistemi çekirdeği için 'include/trace/events/coredump' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2026 Meta Platforms, Inc. and affiliates. * Copyright (c) 2026 Breno Leitao <leitao@debian.org> */ #undef TRACE_SYSTEM #define TRACE_SYSTEM coredump #if !defined(_TRACE_COREDUMP_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_COREDUMP_H #include ...
Linux işletim sistemi çekirdeği için 'include/trace/events/gpu_mem' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * GPU memory trace points * * Copyright (C) 2020 Google, Inc. */ #undef TRACE_SYSTEM #define TRACE_SYSTEM gpu_mem #if !defined(_TRACE_GPU_MEM_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_GPU_MEM_H #include <linux/tracepoint.h> /* * The gpu_memory_total ev...
Linux işletim sistemi çekirdeği için 'include/trace/events/fsi' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM fsi #if !defined(_TRACE_FSI_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_FSI_H #include <linux/tracepoint.h> TRACE_EVENT(fsi_master_read, TP_PROTO(const struct fsi_master *master, int link, int id, uint32_t addr, size_...
Linux işletim sistemi çekirdeği için 'include/trace/events/hw_pressure' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM hw_pressure #if !defined(_TRACE_THERMAL_PRESSURE_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_THERMAL_PRESSURE_H #include <linux/tracepoint.h> TRACE_EVENT(hw_pressure_update, TP_PROTO(int cpu, unsigned long hw_pressure), ...
Linux işletim sistemi çekirdeği için 'include/trace/events/io_uring' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM io_uring #if !defined(_TRACE_IO_URING_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_IO_URING_H #include <linux/tracepoint.h> #include <uapi/linux/io_uring.h> #include <linux/io_uring_types.h> #include <linux/io_uring.h> stru...
Linux işletim sistemi çekirdeği için 'include/trace/events/pwm' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ #undef TRACE_SYSTEM #define TRACE_SYSTEM pwm #if !defined(_TRACE_PWM_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_PWM_H #include <linux/pwm.h> #include <linux/tracepoint.h> #define TP_PROTO_pwm(args...) \ TP_PROTO(struct pwm_device *pwm, args) #de...
Linux işletim sistemi çekirdeği için 'include/trace/events/udp' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM udp #if !defined(_TRACE_UDP_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_UDP_H #include <linux/udp.h> #include <linux/tracepoint.h> #include <trace/events/net_probe_common.h> TRACE_EVENT(udp_fail_queue_rcv_skb, TP_PROTO(i...
Linux işletim sistemi çekirdeği için 'include/trace/events/mmap_lock' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM mmap_lock #if !defined(_TRACE_MMAP_LOCK_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_MMAP_LOCK_H #include <linux/memcontrol.h> #include <linux/tracepoint.h> #include <linux/types.h> struct mm_struct; DECLARE_EVENT_CLASS(mm...
Linux işletim sistemi çekirdeği için 'include/trace/events/intel_ish' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM intel_ish #if !defined(_TRACE_INTEL_ISH_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_INTEL_ISH_H #include <linux/tracepoint.h> TRACE_EVENT(ishtp_dump, TP_PROTO(const char *message), TP_ARGS(message), TP_STRUCT__entry(...
Linux işletim sistemi çekirdeği için 'include/trace/events/mmc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM mmc #if !defined(_TRACE_MMC_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_MMC_H #include <linux/blkdev.h> #include <linux/mmc/core.h> #include <linux/mmc/host.h> #include <linux/tracepoint.h> TRACE_EVENT(mmc_request_start, ...
Linux işletim sistemi çekirdeği için 'include/trace/events/nbd' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM nbd #if !defined(_TRACE_NBD_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_NBD_H #include <linux/tracepoint.h> DECLARE_EVENT_CLASS(nbd_transport_event, TP_PROTO(struct request *req, u64 handle), TP_ARGS(req, handle), TP...
Linux işletim sistemi çekirdeği için 'include/trace/events/vb2' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM vb2 #if !defined(_TRACE_VB2_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_VB2_H #include <linux/tracepoint.h> #include <media/videobuf2-core.h> DECLARE_EVENT_CLASS(vb2_event_class, TP_PROTO(struct vb2_queue *q, struct vb2_b...
Linux işletim sistemi çekirdeği için 'include/trace/events/iocost' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM iocost struct ioc; struct ioc_now; struct ioc_gq; #if !defined(_TRACE_BLK_IOCOST_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_BLK_IOCOST_H #include <linux/tracepoint.h> DECLARE_EVENT_CLASS(iocost_iocg_state, TP_PROTO(str...
Linux işletim sistemi çekirdeği için 'include/trace/events/error_report' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Declarations for error reporting tracepoints. * * Copyright (C) 2021, Google LLC. */ #undef TRACE_SYSTEM #define TRACE_SYSTEM error_report #if !defined(_TRACE_ERROR_REPORT_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_ERROR_REPORT_H #include <linux/tra...
Linux işletim sistemi çekirdeği için 'include/trace/events/rwmmio' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2021-2022 Qualcomm Innovation Center, Inc. All rights reserved. */ #undef TRACE_SYSTEM #define TRACE_SYSTEM rwmmio #if !defined(_TRACE_RWMMIO_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_RWMMIO_H #include <linux/tracepoint.h> DECLARE_EVEN...
Linux işletim sistemi çekirdeği için 'include/trace/events/percpu' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM percpu #if !defined(_TRACE_PERCPU_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_PERCPU_H #include <linux/tracepoint.h> #include <trace/events/mmflags.h> TRACE_EVENT(percpu_alloc_percpu, TP_PROTO(unsigned long call_site, ...
Linux işletim sistemi çekirdeği için 'include/trace/events/gpio' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM gpio #if !defined(_TRACE_GPIO_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_GPIO_H #include <linux/tracepoint.h> TRACE_EVENT(gpio_direction, TP_PROTO(unsigned gpio, int in, int err), TP_ARGS(gpio, in, err), TP_STRUCT__...
Linux işletim sistemi çekirdeği için 'include/trace/events/vmscan' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM vmscan #if !defined(_TRACE_VMSCAN_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_VMSCAN_H #include <linux/types.h> #include <linux/tracepoint.h> #include <linux/mm.h> #include <linux/memcontrol.h> #include <trace/events/mmflag...
Linux işletim sistemi çekirdeği için 'include/trace/events/sctp' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM sctp #if !defined(_TRACE_SCTP_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_SCTP_H #include <net/sctp/structs.h> #include <linux/tracepoint.h> TRACE_EVENT(sctp_probe_path, TP_PROTO(struct sctp_transport *sp, const struc...
Linux işletim sistemi çekirdeği için 'include/trace/events/ipi' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM ipi #if !defined(_TRACE_IPI_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_IPI_H #include <linux/tracepoint.h> TRACE_EVENT(ipi_send_cpu, TP_PROTO(const unsigned int cpu, unsigned long callsite, void *callback), TP_ARGS(cp...
Linux işletim sistemi çekirdeği için 'include/trace/events/9p' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM 9p #if !defined(_TRACE_9P_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_9P_H #include <linux/tracepoint.h> #define P9_MSG_T \ EM( P9_TLERROR, "P9_TLERROR" ) \ EM( P9_RLERROR, "P9_RLERROR" ) \ EM( P9_TSTATFS...
Linux işletim sistemi çekirdeği için 'include/trace/events/writeback' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM writeback #if !defined(_TRACE_WRITEBACK_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_WRITEBACK_H #include <linux/tracepoint.h> #include <linux/backing-dev.h> #include <linux/writeback.h> #define show_inode_state(state) ...
Linux işletim sistemi çekirdeği için 'include/trace/events/csd' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM csd #if !defined(_TRACE_CSD_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_CSD_H #include <linux/tracepoint.h> TRACE_EVENT(csd_queue_cpu, TP_PROTO(const unsigned int cpu, unsigned long callsite, smp_call_func_t func, ...
Linux işletim sistemi çekirdeği için 'include/trace/events/ceph' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* Ceph filesystem support module tracepoints * * Copyright (C) 2025 IONOS SE. All Rights Reserved. * Written by Max Kellermann (max.kellermann@ionos.com) */ #undef TRACE_SYSTEM #define TRACE_SYSTEM ceph #if !defined(_TRACE_CEPH_H) || defined(TRACE_HEADER_MULTI_...
Linux işletim sistemi çekirdeği için 'include/trace/events/fs_dax' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM fs_dax #if !defined(_TRACE_FS_DAX_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_FS_DAX_H #include <linux/tracepoint.h> DECLARE_EVENT_CLASS(dax_pmd_fault_class, TP_PROTO(struct inode *inode, struct vm_fault *vmf, pgoff_t m...
Linux işletim sistemi çekirdeği için 'include/trace/events/cma' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM cma #if !defined(_TRACE_CMA_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_CMA_H #include <linux/types.h> #include <linux/tracepoint.h> TRACE_EVENT(cma_release, TP_PROTO(const char *name, unsigned long pfn, const struct pag...
Linux işletim sistemi çekirdeği için 'include/trace/events/qdisc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c #undef TRACE_SYSTEM #define TRACE_SYSTEM qdisc #if !defined(_TRACE_QDISC_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_QDISC_H #include <linux/skbuff.h> #include <linux/netdevice.h> #include <linux/tracepoint.h> #include <linux/ftrace.h> #include <linux/pkt_sched.h> #include <net/sch_generic.h> TRACE_EV...
Linux işletim sistemi çekirdeği için 'include/trace/events/kmem' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM kmem #if !defined(_TRACE_KMEM_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_KMEM_H #include <linux/types.h> #include <linux/tracepoint.h> #include <trace/events/mmflags.h> TRACE_EVENT(kmem_cache_alloc, TP_PROTO(unsigned lo...
Linux işletim sistemi çekirdeği için 'include/trace/events/qla' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #if !defined(_TRACE_QLA_H_) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_QLA_H_ #include <linux/tracepoint.h> #undef TRACE_SYSTEM #define TRACE_SYSTEM qla #define QLA_MSG_MAX 256 #pragma GCC diagnostic push #ifndef __clang__ #pragma GCC diagnostic ignored "-Wsuggest...
Linux işletim sistemi çekirdeği için 'include/trace/events/thp' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM thp #if !defined(_TRACE_THP_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_THP_H #include <linux/types.h> #include <linux/tracepoint.h> #ifdef CONFIG_PPC_BOOK3S_64 DECLARE_EVENT_CLASS(hugepage_set, TP_PROTO(unsigned lon...
Linux işletim sistemi çekirdeği için 'include/trace/events/cgroup' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM cgroup #if !defined(_TRACE_CGROUP_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_CGROUP_H #include <linux/cgroup.h> #include <linux/tracepoint.h> DECLARE_EVENT_CLASS(cgroup_root, TP_PROTO(struct cgroup_root *root), TP_ARG...
Linux işletim sistemi çekirdeği için 'include/trace/events/memory-failure' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM memory_failure #define TRACE_INCLUDE_FILE memory-failure #if !defined(_TRACE_MEMORY_FAILURE_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_MEMORY_FAILURE_H #include <linux/tracepoint.h> #include <linux/mm.h> /* * memory-fail...
Linux işletim sistemi çekirdeği için 'include/trace/events/notifier' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM notifier #if !defined(_TRACE_NOTIFIERS_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_NOTIFIERS_H #include <linux/tracepoint.h> DECLARE_EVENT_CLASS(notifier_info, TP_PROTO(void *cb), TP_ARGS(cb), TP_STRUCT__entry( __f...
Linux işletim sistemi çekirdeği için 'include/trace/events/regulator' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM regulator #if !defined(_TRACE_REGULATOR_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_REGULATOR_H #include <linux/ktime.h> #include <linux/tracepoint.h> /* * Events which just log themselves and the regulator name for enabl...
Linux işletim sistemi çekirdeği için 'include/trace/events/mlxsw' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 */ /* Copyright (c) 2019 Mellanox Technologies. All rights reserved */ #undef TRACE_SYSTEM #define TRACE_SYSTEM mlxsw #if !defined(_MLXSW_TRACEPOINT_H) || defined(TRACE_HEADER_MULTI_READ) #define _MLXSW_TRACEPOINT_H #include <linux/tracepoint.h> struct mlxsw_...
Linux işletim sistemi çekirdeği için 'include/trace/events/f2fs' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM f2fs #if !defined(_TRACE_F2FS_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_F2FS_H #include <linux/tracepoint.h> #include <uapi/linux/f2fs.h> #define show_dev(dev) MAJOR(dev), MINOR(dev) #define show_dev_ino(entry) show_dev...
Linux işletim sistemi çekirdeği için 'include/trace/events/rdma_core' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Trace point definitions for core RDMA functions. * * Author: Chuck Lever <chuck.lever@oracle.com> * * Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved. */ #undef TRACE_SYSTEM #define TRACE_SYSTEM rdma_core #if !defined(_TRACE_RDMA_CORE_H...
Linux işletim sistemi çekirdeği için 'include/trace/events/watchdog' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ #undef TRACE_SYSTEM #define TRACE_SYSTEM watchdog #if !defined(_TRACE_WATCHDOG_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_WATCHDOG_H #include <linux/watchdog.h> #include <linux/tracepoint.h> DECLARE_EVENT_CLASS(watchdog_template, TP_PROTO(struct watchdog_...
Linux işletim sistemi çekirdeği için 'include/trace/events/cachefiles' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* CacheFiles tracepoints * * Copyright (C) 2021 Red Hat, Inc. All Rights Reserved. * Written by David Howells (dhowells@redhat.com) */ #undef TRACE_SYSTEM #define TRACE_SYSTEM cachefiles #if !defined(_TRACE_CACHEFILES_H) || defined(TRACE_HEADER_MULTI_READ) #def...
Linux işletim sistemi çekirdeği için 'include/trace/events/mmap' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM mmap #if !defined(_TRACE_MMAP_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_MMAP_H #include <linux/tracepoint.h> TRACE_EVENT(vm_unmapped_area, TP_PROTO(unsigned long addr, struct vm_unmapped_area_info *info), TP_ARGS(add...
Linux işletim sistemi çekirdeği için 'include/trace/events/initcall' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM initcall #if !defined(_TRACE_INITCALL_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_INITCALL_H #include <linux/tracepoint.h> TRACE_EVENT(initcall_level, TP_PROTO(const char *level), TP_ARGS(level), TP_STRUCT__entry( ...
Linux işletim sistemi çekirdeği için 'include/trace/events/rcu' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM rcu #if !defined(_TRACE_RCU_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_RCU_H #include <linux/tracepoint.h> #ifdef CONFIG_RCU_TRACE #define TRACE_EVENT_RCU TRACE_EVENT #else #define TRACE_EVENT_RCU TRACE_EVENT_NOP #endif ...
Linux işletim sistemi çekirdeği için 'include/trace/events/alarmtimer' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM alarmtimer #if !defined(_TRACE_ALARMTIMER_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_ALARMTIMER_H #include <linux/alarmtimer.h> #include <linux/rtc.h> #include <linux/tracepoint.h> TRACE_DEFINE_ENUM(ALARM_REALTIME); TRACE...
Linux işletim sistemi çekirdeği için 'include/trace/events/bpf_test_run' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM bpf_test_run #if !defined(_TRACE_BPF_TEST_RUN_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_BPF_TEST_RUN_H #include <linux/tracepoint.h> TRACE_EVENT(bpf_trigger_tp, TP_PROTO(int nonce), TP_ARGS(nonce), TP_STRUCT__entry...
Linux işletim sistemi çekirdeği için 'include/trace/events/netlink' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c #undef TRACE_SYSTEM #define TRACE_SYSTEM netlink #if !defined(_TRACE_NETLINK_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_NETLINK_H #include <linux/tracepoint.h> TRACE_EVENT(netlink_extack, TP_PROTO(const char *msg), TP_ARGS(msg), TP_STRUCT__entry( __string( msg, msg ) ), TP_fast_assign( _...
Linux işletim sistemi çekirdeği için 'include/trace/events/iommu' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * iommu trace points * * Copyright (C) 2013 Shuah Khan <shuah.kh@samsung.com> * */ #undef TRACE_SYSTEM #define TRACE_SYSTEM iommu #if !defined(_TRACE_IOMMU_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_IOMMU_H #include <linux/tracepoint.h> struct device; D...
Linux işletim sistemi çekirdeği için 'include/trace/events/target' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM target #if !defined(_TRACE_TARGET_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_TARGET_H #include <linux/tracepoint.h> #include <linux/trace_seq.h> #include <scsi/scsi_proto.h> #include <scsi/scsi_tcq.h> #include <target/targ...
Linux işletim sistemi çekirdeği için 'include/trace/events/net_probe_common' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #if !defined(_TRACE_NET_PROBE_COMMON_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_NET_PROBE_COMMON_H #define TP_STORE_ADDR_PORTS_V4(__entry, inet, sk) \ do { \ struct sockaddr_in *v4 = (void *)__entry->saddr; \ \ v4->sin_family = AF_INET; ...
Linux işletim sistemi çekirdeği için 'include/trace/events/osnoise' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM osnoise #if !defined(_OSNOISE_TRACE_H) || defined(TRACE_HEADER_MULTI_READ) #ifndef _OSNOISE_TRACE_H #define _OSNOISE_TRACE_H /* * osnoise sample structure definition. Used to store the statistics of a * sample run. */ struct osnoi...
Linux işletim sistemi çekirdeği için 'include/trace/events/xdp' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM xdp #if !defined(_TRACE_XDP_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_XDP_H #include <linux/netdevice.h> #include <linux/filter.h> #include <linux/tracepoint.h> #include <linux/bpf.h> #include <net/xdp.h> #define __XDP_A...
Linux işletim sistemi çekirdeği için 'include/trace/events/rseq' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0+ */ #undef TRACE_SYSTEM #define TRACE_SYSTEM rseq #if !defined(_TRACE_RSEQ_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_RSEQ_H #include <linux/tracepoint.h> #include <linux/types.h> TRACE_EVENT(rseq_update, TP_PROTO(struct task_struct *t), TP_ARGS(t), TP_STRUCT...
Linux işletim sistemi çekirdeği için 'include/trace/events/intel_ifs' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM intel_ifs #if !defined(_TRACE_IFS_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_IFS_H #include <linux/ktime.h> #include <linux/tracepoint.h> TRACE_EVENT(ifs_status, TP_PROTO(int batch, int start, int stop, u64 status), T...
Linux işletim sistemi çekirdeği için 'include/trace/events/icmp' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM icmp #if !defined(_TRACE_ICMP_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_ICMP_H #include <linux/icmp.h> #include <linux/tracepoint.h> TRACE_EVENT(icmp_send, TP_PROTO(const struct sk_buff *skb, int type, int code), T...
Linux işletim sistemi çekirdeği için 'include/trace/events/firewire_ohci' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c // SPDX-License-Identifier: GPL-2.0-or-later // Copyright (c) 2024 Takashi Sakamoto #undef TRACE_SYSTEM #define TRACE_SYSTEM firewire_ohci #if !defined(_FIREWIRE_OHCI_TRACE_EVENT_H) || defined(TRACE_HEADER_MULTI_READ) #define _FIREWIRE_OHCI_TRACE_EVENT_H #include <linux/tracepoint.h> // Some macros and helper ...
Linux işletim sistemi çekirdeği için 'include/trace/events/sock' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM sock #if !defined(_TRACE_SOCK_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_SOCK_H #include <net/sock.h> #include <net/ipv6.h> #include <linux/tracepoint.h> #include <linux/ipv6.h> #include <linux/tcp.h> #include <trace/event...
Linux işletim sistemi çekirdeği için 'include/trace/events/pci' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM pci #if !defined(_TRACE_HW_EVENT_PCI_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_HW_EVENT_PCI_H #include <uapi/linux/pci_regs.h> #include <linux/tracepoint.h> #define PCI_HOTPLUG_EVENT \ EM(PCI_HOTPLUG_LINK_UP, "LI...
Linux işletim sistemi çekirdeği için 'include/trace/events/sof_intel' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright(c) 2022 Intel Corporation * * Author: Noah Klayman <noah.klayman@intel.com> */ #undef TRACE_SYSTEM #define TRACE_SYSTEM sof_intel #if !defined(_TRACE_SOF_INTEL_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_SOF_INTEL_H #include <linux/tracepoi...
Linux işletim sistemi çekirdeği için 'include/trace/events/context_tracking' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM context_tracking #if !defined(_TRACE_CONTEXT_TRACKING_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_CONTEXT_TRACKING_H #include <linux/tracepoint.h> DECLARE_EVENT_CLASS(context_tracking_user, TP_PROTO(int dummy), TP_ARGS...
Linux işletim sistemi çekirdeği için 'include/trace/events/host1x' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * include/trace/events/host1x.h * * host1x event logging to ftrace. * * Copyright (c) 2010-2013, NVIDIA Corporation. */ #undef TRACE_SYSTEM #define TRACE_SYSTEM host1x #if !defined(_TRACE_HOST1X_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_HOST1X_...
Linux işletim sistemi çekirdeği için 'include/trace/events/memcg' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM memcg #if !defined(_TRACE_MEMCG_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_MEMCG_H #include <linux/memcontrol.h> #include <linux/tracepoint.h> DECLARE_EVENT_CLASS(memcg_rstat_stats, TP_PROTO(struct mem_cgroup *memcg, i...
Linux işletim sistemi çekirdeği için 'include/trace/events/pci_controller' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM pci_controller #if !defined(_TRACE_HW_EVENT_PCI_CONTROLLER_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_HW_EVENT_PCI_CONTROLLER_H #include <uapi/linux/pci_regs.h> #include <linux/tracepoint.h> #define RATE \ EM(PCIE_SP...
Linux işletim sistemi çekirdeği için 'include/trace/events/sunrpc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM sunrpc #if !defined(_TRACE_SUNRPC_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_SUNRPC_H #include <linux/sunrpc/sched.h> #include <linux/sunrpc/clnt.h> #include <linux/sunrpc/svc.h> #include <linux/sunrpc/xprtsock.h> #include...
Linux işletim sistemi çekirdeği için 'include/trace/events/tsm_mr' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM tsm_mr #if !defined(_TRACE_TSM_MR_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_TSM_MR_H #include <linux/tracepoint.h> #include <linux/tsm-mr.h> TRACE_EVENT(tsm_mr_read, TP_PROTO(const struct tsm_measurement_register *mr),...
Linux işletim sistemi çekirdeği için 'include/trace/events/jbd2' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM jbd2 #if !defined(_TRACE_JBD2_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_JBD2_H #include <linux/jbd2.h> #include <linux/tracepoint.h> struct transaction_chp_stats_s; struct transaction_run_stats_s; TRACE_EVENT(jbd2_check...
Linux işletim sistemi çekirdeği için 'include/trace/misc/nfs' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Display helpers for NFS protocol elements * * Author: Chuck Lever <chuck.lever@oracle.com> * * Copyright (c) 2020, Oracle and/or its affiliates. */ #include <linux/nfs.h> #include <linux/nfs4.h> #include <uapi/linux/nfs.h> TRACE_DEFINE_ENUM(NFS_OK); TRACE_DEFINE_...
Linux işletim sistemi çekirdeği için 'include/trace/misc/rdma' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2017 Oracle. All rights reserved. */ /* * enum ib_event_type, from include/rdma/ib_verbs.h */ #define IB_EVENT_LIST \ ib_event(CQ_ERR) \ ib_event(QP_FATAL) \ ib_event(QP_REQ_ERR) \ ib_event(QP_ACCESS_ERR) \ ib_event(COMM_EST) \ ib_e...
Linux işletim sistemi çekirdeği için 'include/trace/misc/fs' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Display helpers for generic filesystem items * * Author: Chuck Lever <chuck.lever@oracle.com> * * Copyright (c) 2020, Oracle and/or its affiliates. */ #include <linux/fs.h> #define show_fs_dirent_type(x) \ __print_symbolic(x, \ { DT_UNKNOWN, "UNKNOWN" }, \ ...
Linux işletim sistemi çekirdeği için 'include/trace/misc/sunrpc' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2021 Oracle and/or its affiliates. * * Common types and format specifiers for sunrpc. */ #if !defined(_TRACE_SUNRPC_BASE_H) #define _TRACE_SUNRPC_BASE_H #include <linux/tracepoint.h> #define SUNRPC_TRACE_PID_SPECIFIER "%08x" #define SUNRPC_TRACE_CLID...
Linux işletim sistemi çekirdeği için 'include/math-emu/op-common' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* Software floating-point emulation. Common operations. Copyright (C) 1997,1998,1999 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Richard Henderson (rth@cygnus.com), Jakub Jelinek (jj@ultra.linux.cz), David S. Miller (davem@redhat.com) and Peter Maydel...
Linux işletim sistemi çekirdeği için 'include/math-emu/quad' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* Software floating-point emulation. Definitions for IEEE Quad Precision. Copyright (C) 1997,1998,1999 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Richard Henderson (rth@cygnus.com), Jakub Jelinek (jj@ultra.linux.cz), David S. Miller (davem@redhat.com)...
Linux işletim sistemi çekirdeği için 'include/math-emu/single' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* Software floating-point emulation. Definitions for IEEE Single Precision. Copyright (C) 1997,1998,1999 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Richard Henderson (rth@cygnus.com), Jakub Jelinek (jj@ultra.linux.cz), David S. Miller (davem@redhat.co...
Linux işletim sistemi çekirdeği için 'include/math-emu/op-4' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* Software floating-point emulation. Basic four-word fraction declaration and manipulation. Copyright (C) 1997,1998,1999 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Richard Henderson (rth@cygnus.com), Jakub Jelinek (jj@ultra.linux.cz), David S. Miller ...
Linux işletim sistemi çekirdeği için 'include/math-emu/op-8' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* Software floating-point emulation. Basic eight-word fraction declaration and manipulation. Copyright (C) 1997,1998,1999 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Richard Henderson (rth@cygnus.com), Jakub Jelinek (jj@ultra.linux.cz) and Peter Maydel...
Linux işletim sistemi çekirdeği için 'include/math-emu/op-1' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* Software floating-point emulation. Basic one-word fraction declaration and manipulation. Copyright (C) 1997,1998,1999 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Richard Henderson (rth@cygnus.com), Jakub Jelinek (jj@ultra.linux.cz), David S. Miller (...
Linux işletim sistemi çekirdeği için 'include/math-emu/double' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* Software floating-point emulation. Definitions for IEEE Double Precision Copyright (C) 1997,1998,1999 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Richard Henderson (rth@cygnus.com), Jakub Jelinek (jj@ultra.linux.cz), David S. Miller (davem@redhat.com...
Linux işletim sistemi çekirdeği için 'include/math-emu/op-2' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* Software floating-point emulation. Basic two-word fraction declaration and manipulation. Copyright (C) 1997,1998,1999 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Richard Henderson (rth@cygnus.com), Jakub Jelinek (jj@ultra.linux.cz), David S. Miller (...
Linux işletim sistemi çekirdeği için 'include/math-emu/soft-fp' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* Software floating-point emulation. Copyright (C) 1997,1998,1999 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Richard Henderson (rth@cygnus.com), Jakub Jelinek (jj@ultra.linux.cz), David S. Miller (davem@redhat.com) and Peter Maydell (pmaydell@chiark....
Linux işletim sistemi çekirdeği için 'include/ras/ras_event' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0 */ #undef TRACE_SYSTEM #define TRACE_SYSTEM ras #define TRACE_INCLUDE_FILE ras_event #if !defined(_TRACE_HW_EVENT_MC_H) || defined(TRACE_HEADER_MULTI_READ) #define _TRACE_HW_EVENT_MC_H #include <linux/tracepoint.h> #include <linux/edac.h> #include <linux/ktime.h> #include <lin...
Linux işletim sistemi çekirdeği için 'include/ufs/ufshci' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz.
```c /* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Universal Flash Storage Host controller driver * Copyright (C) 2011-2013 Samsung India Software Operations * * Authors: * Santosh Yaraganavi <santosh.sy@samsung.com> * Vinayak Holikatti <h.vinayak@samsung.com> */ #ifndef _UFSHCI_H #define _UFSHCI_H #inc...