Home
last modified time | relevance | path

Searched refs:eops (Results 1 – 7 of 7) sorted by relevance

/linux/tools/perf/ui/
H A Dutil.c68 int perf_error__register(struct perf_error_ops *eops) in perf_error__register() argument
73 perf_eops = eops; in perf_error__register()
83 int perf_error__unregister(struct perf_error_ops *eops) in perf_error__unregister() argument
85 if (perf_eops != eops) in perf_error__unregister()
H A Dutil.h21 int perf_error__register(struct perf_error_ops *eops);
22 int perf_error__unregister(struct perf_error_ops *eops);
/linux/fs/
H A Dfhandle.c328 const struct export_operations *eops; in handle_to_path() local
334 eops = ctx.root.mnt->mnt_sb->s_export_op; in handle_to_path()
335 if (eops && eops->permission) in handle_to_path()
336 retval = eops->permission(&ctx, o_flags); in handle_to_path()
401 const struct export_operations *eops; in do_handle_open() local
411 eops = path.mnt->mnt_sb->s_export_op; in do_handle_open()
412 if (eops->open) in do_handle_open()
413 file = eops->open(&path, open_flag); in do_handle_open()
H A Dpidfs.c687 ctx->eops = &pidfs_export_operations; in pidfs_init_fs_context()
H A Dlibfs.c668 s->s_export_op = ctx->eops; in pseudo_fs_fill_super()
/linux/tools/perf/
H A Dbuiltin-lock.c1827 struct perf_tool eops; in print_lock_stat()
1834 perf_tool__init(&eops, /*ordered_events=*/true); in print_footer_stdio()
1835 eops.attr = perf_event__process_attr; in print_footer_stdio()
1836 eops.event_update = process_event_update; in print_footer_stdio()
1837 eops.sample = process_sample_event; in print_footer_stdio()
1838 eops.comm = perf_event__process_comm; in print_footer_stdio()
1839 eops.mmap = perf_event__process_mmap; in print_footer_stdio()
1840 eops.namespaces = perf_event__process_namespaces; in print_footer_stdio()
1841 eops.tracing_data = perf_event__process_tracing_data; in print_footer_stdio()
1842 session = perf_session__new(&data, &eops); in print_footer_stdio()
1936 struct perf_tool eops; __cmd_report() local
2071 struct perf_tool eops; __cmd_contention() local
[all...]
/linux/include/linux/
H A Dpseudo_fs.h8 const struct export_operations *eops; member