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()
858 ctx->eops = &pidfs_export_operations; in pidfs_init_fs_context()
668 s->s_export_op = ctx->eops; in pseudo_fs_fill_super()
1855 struct perf_tool eops; in __cmd_report() local1863 eops.attr = perf_event__process_attr; in __cmd_report()1864 eops.event_update = process_event_update; in __cmd_report()1865 eops.sample = process_sample_event; in __cmd_report()1866 eops.comm = perf_event__process_comm; in __cmd_report()1867 eops.mmap = perf_event__process_mmap; in __cmd_report()1992 struct perf_tool eops; in __cmd_contention() local2016 eops.attr = perf_event__process_attr; in __cmd_contention()2018 eops.sample = process_sample_event; in __cmd_contention()2019 eops.comm = perf_event__process_comm; in __cmd_contention()[all …]
8 const struct export_operations *eops; member