Searched refs:eops (Results 1 – 7 of 7) sorted by relevance
68 int perf_error__register(struct perf_error_ops *eops) in perf_error__register() argument73 perf_eops = eops; in perf_error__register()83 int perf_error__unregister(struct perf_error_ops *eops) in perf_error__unregister() argument85 if (perf_eops != eops) in perf_error__unregister()
21 int perf_error__register(struct perf_error_ops *eops);22 int perf_error__unregister(struct perf_error_ops *eops);
328 const struct export_operations *eops; in handle_to_path() local334 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() local411 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()
687 ctx->eops = &pidfs_export_operations; in pidfs_init_fs_context()
668 s->s_export_op = ctx->eops; in pseudo_fs_fill_super()
1827 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...]
8 const struct export_operations *eops; member