Home
last modified time | relevance | path

Searched refs:seq_operations (Results 76 – 100 of 272) sorted by relevance

1234567891011

/linux/kernel/trace/
H A Dtrace_recursion_record.c174 static const struct seq_operations recursed_function_seq_ops = {
H A Dtrace_sched_switch.c492 static const struct seq_operations tracing_saved_tgids_seq_ops = {
572 static const struct seq_operations tracing_saved_cmdlines_seq_ops = {
H A Dtrace_events.c1649 static const struct seq_operations trace_format_seq_ops = {
2083 static const struct seq_operations show_event_seq_ops = {
2090 static const struct seq_operations show_set_event_seq_ops = {
2097 static const struct seq_operations show_set_pid_seq_ops = {
2104 static const struct seq_operations show_set_no_pid_seq_ops = {
2212 const struct seq_operations *seq_ops) in ftrace_event_open()
2243 const struct seq_operations *seq_ops = &show_event_seq_ops; in ftrace_event_avail_open()
2252 const struct seq_operations *seq_ops = &show_set_event_seq_ops; in ftrace_event_set_open()
2273 const struct seq_operations *seq_ops = &show_set_pid_seq_ops; in ftrace_event_set_pid_open()
2294 const struct seq_operations *seq_ops = &show_set_no_pid_seq_ops; in ftrace_event_set_npid_open()
H A Dtrace_printk.c353 static const struct seq_operations show_format_seq_ops = {
/linux/drivers/xen/xenfs/
H A Dxensyms.c104 static const struct seq_operations xensyms_seq_ops = {
/linux/fs/proc/
H A Dproc_tty.c120 static const struct seq_operations tty_drivers_op = {
H A Dinternal.h48 const struct seq_operations *seq_ops;
/linux/fs/ocfs2/cluster/
H A Dnetdebug.c157 static const struct seq_operations nst_seq_ops = {
371 static const struct seq_operations sc_seq_ops = {
/linux/kernel/trace/rv/
H A Drv.c450 static const struct seq_operations available_monitors_seq_ops = {
457 static const struct seq_operations enabled_monitors_seq_ops = {
/linux/arch/nios2/kernel/
H A Dcpuinfo.c188 const struct seq_operations cpuinfo_op = {
/linux/lib/
H A Derror-inject.c206 static const struct seq_operations ei_sops = {
H A Dalloc_tag.c102 static const struct seq_operations allocinfo_seq_op = {
/linux/arch/parisc/kernel/
H A Dsetup.c176 const struct seq_operations cpuinfo_op = {
/linux/include/net/
H A Dudp.h438 extern const struct seq_operations udp_seq_ops;
439 extern const struct seq_operations udp6_seq_ops;
/linux/block/
H A Dblk-mq-debugfs.c45 static const struct seq_operations queue_requeue_list_seq_ops = {
335 static const struct seq_operations hctx_dispatch_seq_ops = {
523 static const struct seq_operations ctx_##name##_rq_list_seq_ops = { \
/linux/drivers/char/
H A Dmisc.c114 static const struct seq_operations misc_seq_ops = {
/linux/arch/x86/kernel/cpu/
H A Dproc.c174 const struct seq_operations cpuinfo_op = {
/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_fw_counters.c186 static const struct seq_operations qat_fw_counters_sops = {
/linux/net/8021q/
H A Dvlanproc.c66 static const struct seq_operations vlan_seq_ops = {
/linux/kernel/bpf/
H A Dmap_iter.c74 static const struct seq_operations bpf_map_seq_ops = {
H A Dtask_iter.c241 static const struct seq_operations task_seq_ops = {
406 static const struct seq_operations task_file_seq_ops = {
660 static const struct seq_operations task_vma_seq_ops = {
/linux/kernel/sched/
H A Dstats.c218 static const struct seq_operations schedstat_sops = {
/linux/drivers/infiniband/hw/qib/
H A Dqib_debugfs.c44 static const struct seq_operations _##name##_seq_ops = { \
/linux/arch/s390/kernel/
H A Ddiag.c117 static const struct seq_operations show_diag_stat_sops = {
/linux/arch/s390/include/asm/
H A Dprocessor.h108 extern const struct seq_operations cpuinfo_op;

1234567891011