Home
last modified time | relevance | path

Searched refs:seq_ops (Results 1 – 11 of 11) sorted by relevance

/kernel/bpf/
Dlink_iter.c85 .seq_ops = &bpf_link_seq_ops,
Dprog_iter.c85 .seq_ops = &bpf_prog_seq_ops,
Dtask_iter.c690 .seq_ops = &task_seq_ops,
735 .seq_ops = &task_file_seq_ops,
758 .seq_ops = &task_vma_seq_ops,
Dmap_iter.c85 .seq_ops = &bpf_map_seq_ops,
Dcgroup_iter.c188 .seq_ops = &cgroup_iter_seq_ops,
Dbpf_iter.c609 priv_data = __seq_open_private(file, seq_info->seq_ops, in prepare_seq_file()
Darraymap.c692 .seq_ops = &bpf_array_map_seq_ops,
Dhashtab.c2132 .seq_ops = &bpf_hash_map_seq_ops,
/kernel/trace/
Dtrace_events.c2163 const struct seq_operations *seq_ops) in ftrace_event_open() argument
2172 ret = seq_open(file, seq_ops); in ftrace_event_open()
2194 const struct seq_operations *seq_ops = &show_event_seq_ops; in ftrace_event_avail_open() local
2197 return ftrace_event_open(inode, file, seq_ops); in ftrace_event_avail_open()
2203 const struct seq_operations *seq_ops = &show_set_event_seq_ops; in ftrace_event_set_open() local
2215 ret = ftrace_event_open(inode, file, seq_ops); in ftrace_event_set_open()
2224 const struct seq_operations *seq_ops = &show_set_pid_seq_ops; in ftrace_event_set_pid_open() local
2236 ret = ftrace_event_open(inode, file, seq_ops); in ftrace_event_set_pid_open()
2245 const struct seq_operations *seq_ops = &show_set_no_pid_seq_ops; in ftrace_event_set_npid_open() local
2257 ret = ftrace_event_open(inode, file, seq_ops); in ftrace_event_set_npid_open()
Dftrace.c6196 const struct seq_operations *seq_ops; member
6369 fgd->seq_ops = &ftrace_graph_seq_ops; in ftrace_graph_open()
6397 fgd->seq_ops = &ftrace_graph_seq_ops; in ftrace_graph_notrace_open()
7874 const struct seq_operations *seq_ops; in pid_open() local
7889 seq_ops = &ftrace_pid_sops; in pid_open()
7892 seq_ops = &ftrace_no_pid_sops; in pid_open()
7900 ret = seq_open(file, seq_ops); in pid_open()
/kernel/
Dkallsyms.c931 .seq_ops = &bpf_iter_ksym_ops,