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);
345 const struct export_operations *eops; in handle_to_path() local362 eops = ctx.root.mnt->mnt_sb->s_export_op; in handle_to_path()363 if (eops && eops->permission) in handle_to_path()364 retval = eops->permission(&ctx, o_flags); in handle_to_path()406 const struct export_operations *eops; in file_open_handle() local408 eops = path->mnt->mnt_sb->s_export_op; in file_open_handle()409 if (eops->open) in file_open_handle()410 return eops->open(path, open_flag); in file_open_handle()
1076 ctx->eops = &pidfs_export_operations; in pidfs_init_fs_context()
687 s->s_export_op = ctx->eops; in pseudo_fs_fill_super()
1857 struct perf_tool eops; in __cmd_report() local1864 perf_tool__init(&eops, /*ordered_events=*/true); in __cmd_report()1865 eops.attr = perf_event__process_attr; in __cmd_report()1866 eops.event_update = process_event_update; in __cmd_report()1867 eops.sample = process_sample_event; in __cmd_report()1868 eops.comm = perf_event__process_comm; in __cmd_report()1869 eops.mmap = perf_event__process_mmap; in __cmd_report()1870 eops.mmap2 = perf_event__process_mmap2; in __cmd_report()1871 eops.namespaces = perf_event__process_namespaces; in __cmd_report()1872 eops.tracing_data = perf_event__process_tracing_data; in __cmd_report()[all …]
8 const struct export_operations *eops; member