Home
last modified time | relevance | path

Searched refs:tool (Results 1 – 25 of 1419) sorted by relevance

12345678910>>...57

/openbmc/linux/tools/perf/util/
H A Dsynthetic-events.h43 typedef int (*perf_event__handler_t)(struct perf_tool *tool, union perf_event *event,
46 int perf_event__synthesize_attrs(struct perf_tool *tool, struct evlist *evlist, perf_event__handler…
50 int perf_event__synthesize_event_update_cpus(struct perf_tool *tool, struct evsel *evsel, perf_even…
55 int perf_event__synthesize_extra_kmaps(struct perf_tool *tool, perf_event__handler_t process, struc…
60 int perf_event__synthesize_kernel_mmap(struct perf_tool *tool, perf_event__handler_t process, struc…
62 int perf_event__synthesize_modules(struct perf_tool *tool, perf_event__handler_t process, struct ma…
64 int perf_event__synthesize_cgroups(struct perf_tool *tool, perf_event__handler_t process, struct ma…
81 int __machine__synthesize_threads(struct machine *machine, struct perf_tool *tool,
90 int perf_event__synthesize_auxtrace_info(struct auxtrace_record *itr, struct perf_tool *tool,
99 struct perf_tool *tool __maybe_unused, in perf_event__synthesize_auxtrace_info()
[all …]
H A Dsession.c209 session->tool = tool; in __perf_session__new()
1564 return tool->mmap(tool, event, sample, machine); in machines__deliver_event()
1604 return tool->aux(tool, event, sample, machine); in machines__deliver_event()
1613 return tool->bpf(tool, event, sample, machine); in machines__deliver_event()
1659 struct perf_tool *tool = session->tool; in perf_session__process_user_event() local
1697 return tool->finished_round(tool, event, oe); in perf_session__process_user_event()
1746 struct perf_tool *tool = session->tool; in perf_session__deliver_synth_event() local
1854 struct perf_tool *tool = session->tool; in perf_session__process_event() local
2041 struct perf_tool *tool = session->tool; in __perf_session__process_pipe_events() local
2455 struct perf_tool *tool = session->tool; in __perf_session__process_events() local
[all …]
H A Dsynthetic-events.c230 if (!tool || !tool->namespace_events) in perf_event__synthesize_namespaces()
641 if (!tool || !tool->cgroup_events) in perf_event__synthesize_cgroups()
872 process, tool, machine, in perf_event__synthesize_thread_map()
898 process, tool, machine, in perf_event__synthesize_thread_map()
980 struct perf_tool *tool; member
1053 args[i].tool = tool; in perf_event__synthesize_threads()
1898 err = process(tool, ev, NULL, machine); in __perf_event__synthesize_id_index()
2154 err = process(tool, ev, NULL, NULL); in perf_event__synthesize_attr()
2196 process(tool, &ev, NULL, NULL); in perf_event__synthesize_tracing_data()
2233 return process(tool, &ev, NULL, machine); in perf_event__synthesize_build_id()
[all …]
H A Devent.h270 int perf_event__process_comm(struct perf_tool *tool,
274 int perf_event__process_lost(struct perf_tool *tool,
282 int perf_event__process_aux(struct perf_tool *tool,
294 int perf_event__process_switch(struct perf_tool *tool,
302 int perf_event__process_cgroup(struct perf_tool *tool,
306 int perf_event__process_mmap(struct perf_tool *tool,
310 int perf_event__process_mmap2(struct perf_tool *tool,
314 int perf_event__process_fork(struct perf_tool *tool,
318 int perf_event__process_exit(struct perf_tool *tool,
326 int perf_event__process_bpf(struct perf_tool *tool,
[all …]
/openbmc/linux/tools/perf/
H A Dbuiltin-inject.c81 struct perf_tool tool; member
107 struct perf_tool tool; member
156 tool); in perf_event__repipe_synth()
196 tool); in perf_event__repipe_attr()
240 struct perf_tool *tool = session->tool; in perf_event__repipe_auxtrace() local
242 tool); in perf_event__repipe_auxtrace()
308 struct perf_inject *inject = container_of(tool, struct perf_inject, tool); in perf_event__drop_aux()
357 tool); in perf_event__repipe_sample()
720 tool); in dso__inject_build_id()
2020 memset(&inject->tool, 0, sizeof(inject->tool)); in __cmd_inject()
[all …]
/openbmc/linux/tools/tracing/rtla/src/
H A Dosnoise_hist.c379 osnoise_hist_header(tool); in osnoise_print_stats()
782 struct osnoise_tool *tool; in osnoise_init_hist() local
788 if (!tool) in osnoise_init_hist()
792 if (!tool->data) in osnoise_init_hist()
795 tool->params = params; in osnoise_init_hist()
797 return tool; in osnoise_init_hist()
800 osnoise_destroy_tool(tool); in osnoise_init_hist()
837 if (!tool) { in osnoise_hist_main()
848 trace = &tool->trace; in osnoise_hist_main()
902 tool->start_time = time(NULL); in osnoise_hist_main()
[all …]
H A Dtimerlat_aa.c117 struct osnoise_tool *tool; member
773 tep = taa_ctx->tool->trace.tep; in timerlat_auto_analysis()
902 timerlat_aa_handler, tool); in timerlat_aa_unregister_events()
907 timerlat_aa_nmi_handler, tool); in timerlat_aa_unregister_events()
910 timerlat_aa_irq_handler, tool); in timerlat_aa_unregister_events()
942 timerlat_aa_handler, tool); in timerlat_aa_register_events()
955 timerlat_aa_nmi_handler, tool); in timerlat_aa_register_events()
958 timerlat_aa_irq_handler, tool); in timerlat_aa_register_events()
964 timerlat_aa_thread_handler, tool); in timerlat_aa_register_events()
967 timerlat_aa_stack_handler, tool); in timerlat_aa_register_events()
[all …]
H A Dosnoise_top.c112 struct osnoise_tool *tool; in osnoise_top_handler() local
120 data = tool->data; in osnoise_top_handler()
218 data = tool->data; in osnoise_top_print()
617 struct osnoise_tool *tool; in osnoise_init_top() local
623 if (!tool) in osnoise_init_top()
627 if (!tool->data) in osnoise_init_top()
630 tool->params = params; in osnoise_init_top()
635 return tool; in osnoise_init_top()
639 osnoise_destroy_tool(tool); in osnoise_init_top()
675 if (!tool) { in osnoise_top_main()
[all …]
H A Dtimerlat_hist.c218 struct osnoise_tool *tool; in timerlat_hist_handler() local
438 timerlat_hist_header(tool); in timerlat_print_stats()
923 struct osnoise_tool *tool; in timerlat_init_hist() local
929 if (!tool) in timerlat_init_hist()
933 if (!tool->data) in timerlat_init_hist()
936 tool->params = params; in timerlat_init_hist()
941 return tool; in timerlat_init_hist()
944 osnoise_destroy_tool(tool); in timerlat_init_hist()
985 if (!tool) { in timerlat_hist_main()
996 trace = &tool->trace; in timerlat_hist_main()
[all …]
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/
H A Dmeson.build11 '--tool', sdbusplusplus_prog,
26 '--tool', sdbusplusplus_prog,
41 '--tool', sdbusplusplus_prog,
56 '--tool', sdbusplusplus_prog,
71 '--tool', sdbusplusplus_prog,
86 '--tool', sdbusplusplus_prog,
101 '--tool', sdbusplusplus_prog,
116 '--tool', sdbusplusplus_prog,
131 '--tool', sdbusplusplus_prog,
146 '--tool', sdbusplusplus_prog,
[all …]
/openbmc/openbmc/meta-security/meta-parsec/recipes-parsec/parsec-tool/
H A Dparsec-tool_0.7.0.bb2 HOMEPAGE = "https://github.com/parallaxsecond/parsec-tool"
9 crate://crates.io/parsec-tool/${PV} \
12 SRC_URI[parsec-tool-0.7.0.sha256sum] = "76afb4416d04c5af9f81285dfff390b09c6926aabd6b4ee20dc07470a96…
18 install -m 755 "${B}/target/${CARGO_TARGET_SUBDIR}/parsec-tool" "${D}${bindir}/parsec-tool"
22 require parsec-tool-crates.inc
28 # https://github.com/parallaxsecond/parsec-tool/issues/94
/openbmc/linux/tools/perf/tests/
H A Devent_update.c15 static int process_event_unit(struct perf_tool *tool __maybe_unused, in process_event_unit()
28 static int process_event_scale(struct perf_tool *tool __maybe_unused, in process_event_scale()
42 struct perf_tool tool; member
46 static int process_event_name(struct perf_tool *tool, in process_event_name() argument
51 struct event_name *tmp = container_of(tool, struct event_name, tool); in process_event_name()
60 static int process_event_cpus(struct perf_tool *tool __maybe_unused, in process_event_cpus()
109 !perf_event__synthesize_event_update_name(&tmp.tool, evsel, process_event_name)); in test__event_update()
114 !perf_event__synthesize_event_update_cpus(&tmp.tool, evsel, process_event_cpus)); in test__event_update()
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/
H A Dmeson.build10 '--tool', sdbusplusplus_prog,
25 '--tool', sdbusplusplus_prog,
40 '--tool', sdbusplusplus_prog,
55 '--tool', sdbusplusplus_prog,
70 '--tool', sdbusplusplus_prog,
85 '--tool', sdbusplusplus_prog,
100 '--tool', sdbusplusplus_prog,
115 '--tool', sdbusplusplus_prog,
130 '--tool', sdbusplusplus_prog,
145 '--tool', sdbusplusplus_prog,
[all …]
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/
H A Dmeson.build11 '--tool', sdbusplusplus_prog,
26 '--tool', sdbusplusplus_prog,
41 '--tool', sdbusplusplus_prog,
56 '--tool', sdbusplusplus_prog,
71 '--tool', sdbusplusplus_prog,
86 '--tool', sdbusplusplus_prog,
101 '--tool', sdbusplusplus_prog,
116 '--tool', sdbusplusplus_prog,
131 '--tool', sdbusplusplus_prog,
146 '--tool', sdbusplusplus_prog,
[all …]
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/
H A Dmeson.build10 '--tool', sdbusplusplus_prog,
25 '--tool', sdbusplusplus_prog,
40 '--tool', sdbusplusplus_prog,
55 '--tool', sdbusplusplus_prog,
70 '--tool', sdbusplusplus_prog,
85 '--tool', sdbusplusplus_prog,
100 '--tool', sdbusplusplus_prog,
115 '--tool', sdbusplusplus_prog,
130 '--tool', sdbusplusplus_prog,
145 '--tool', sdbusplusplus_prog,
[all …]
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/
H A Dmeson.build12 '--tool', sdbusplusplus_prog,
27 '--tool', sdbusplusplus_prog,
42 '--tool', sdbusplusplus_prog,
57 '--tool', sdbusplusplus_prog,
72 '--tool', sdbusplusplus_prog,
87 '--tool', sdbusplusplus_prog,
102 '--tool', sdbusplusplus_prog,
117 '--tool', sdbusplusplus_prog,
132 '--tool', sdbusplusplus_prog,
147 '--tool', sdbusplusplus_prog,
[all …]
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/
H A Dmeson.build11 '--tool', sdbusplusplus_prog,
26 '--tool', sdbusplusplus_prog,
41 '--tool', sdbusplusplus_prog,
56 '--tool', sdbusplusplus_prog,
71 '--tool', sdbusplusplus_prog,
86 '--tool', sdbusplusplus_prog,
101 '--tool', sdbusplusplus_prog,
116 '--tool', sdbusplusplus_prog,
131 '--tool', sdbusplusplus_prog,
146 '--tool', sdbusplusplus_prog,
[all …]
/openbmc/openbmc-test-automation/openpower/ras/
H A Dtest_bmc_ras.robot34 ... with threshold 1 using pdbg tool.
44 ... with threshold 32 using pdbg tool.
54 ... with pdbg tool.
66 ... with threshold 1 using pdbg tool.
76 ... with pdbg tool.
89 ... with threshold 5 using pdbg tool.
109 ... with pdbg tool.
191 ... with pdbg tool.
226 ... with pdbg tool.
275 ... with pdbg tool.
[all …]
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/
H A Dmeson.build11 '--tool', sdbusplusplus_prog,
26 '--tool', sdbusplusplus_prog,
42 '--tool', sdbusplusplus_prog,
58 '--tool', sdbusplusplus_prog,
73 '--tool', sdbusplusplus_prog,
89 '--tool', sdbusplusplus_prog,
104 '--tool', sdbusplusplus_prog,
120 '--tool', sdbusplusplus_prog,
135 '--tool', sdbusplusplus_prog,
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/
H A Dmeson.build10 '--tool', sdbusplusplus_prog,
25 '--tool', sdbusplusplus_prog,
40 '--tool', sdbusplusplus_prog,
55 '--tool', sdbusplusplus_prog,
70 '--tool', sdbusplusplus_prog,
85 '--tool', sdbusplusplus_prog,
100 '--tool', sdbusplusplus_prog,
115 '--tool', sdbusplusplus_prog,
130 '--tool', sdbusplusplus_prog,
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/
H A Dmeson.build11 '--tool', sdbusplusplus_prog,
26 '--tool', sdbusplusplus_prog,
41 '--tool', sdbusplusplus_prog,
57 '--tool', sdbusplusplus_prog,
72 '--tool', sdbusplusplus_prog,
87 '--tool', sdbusplusplus_prog,
102 '--tool', sdbusplusplus_prog,
117 '--tool', sdbusplusplus_prog,
132 '--tool', sdbusplusplus_prog,
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfce4-panel/files/
H A D0002-use-lxdm-to-replace-dm-tool.patch4 Subject: [PATCH] use lxdm to replace dm-tool
7 so use lxdm to replace dm-tool
28 - path = g_find_program_in_path ("dm-tool");
34 - /* check for gdmflexiserver if dm-tool is not present */
43 - path = g_find_program_in_path ("dm-tool");
46 - succeed = g_spawn_command_line_async ("dm-tool switch-to-greeter", &error);
/openbmc/openbmc/poky/meta/recipes-extended/net-tools/
H A Dnet-tools_2.10.bb84 base_sbindir_progs = "ipmaddr iptunnel mii-tool nameif \
107 NETTOOLS_PACKAGES = "${PN}-mii-tool"
113 FILES:${PN}-mii-tool = "${base_sbindir}/mii-tool"
115 ALTERNATIVE:${PN}:remove = "mii-tool"
117 ALTERNATIVE:${PN}-mii-tool = "mii-tool"
118 ALTERNATIVE_TARGET[mii-tool] = "${base_sbindir}/mii-tool"
119 ALTERNATIVE_LINK_NAME[mii-tool] = "${base_sbindir}/mii-tool"
/openbmc/u-boot/doc/
H A DREADME.menu96 char *tool = NULL;
108 if (menu_get_choice(m, (void **)&tool) != 1)
109 printf("Problem picking tool!\n");
113 return tool;
118 char *tool = pick_a_tool();
120 if (tool) {
121 printf("picked a tool: %s\n", tool);
122 use_tool(tool);
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/
H A Dmeson.build11 '--tool', sdbusplusplus_prog,
28 '--tool', sdbusplusplus_prog,
46 '--tool', sdbusplusplus_prog,
66 '--tool', sdbusplusplus_prog,
81 '--tool', sdbusplusplus_prog,
105 '--tool', sdbusplusplus_prog,
122 '--tool', sdbusplusplus_prog,
142 '--tool', sdbusplusplus_prog,

12345678910>>...57