Home
last modified time | relevance | path

Searched defs:tool (Results 1 – 25 of 62) sorted by relevance

123

/openbmc/linux/Documentation/tools/rtla/
H A Drtla.rst10 SYNOPSIS
14 DESCRIPTION
22 COMMANDS
32 OPTIONS
40 SEE ALSO
44 AUTHOR
/openbmc/linux/Documentation/admin-guide/pm/
H A Dintel-speed-select.rst42 Getting Help
58 Summary of platform capability
79 Intel(R) Speed Select Technology - Performance Profile (Intel(R) SST-PP)
287 Check presence of other Intel(R) SST features
320 Intel(R) Speed Select Technology Core Power (Intel(R) SST-CP)
536 Intel(R) Speed Select Technology - Base Frequency (Intel(R) SST-BF)
728 Intel(R) Speed Select Technology - Turbo Frequency (Intel(R) SST-TF)
/openbmc/phosphor-ipmi-flash/
H A DREADME.md14 ### Building the host-tool
18 #### Building libpciaccess
41 #### Building ipmi-blob-tool
55 #### Building stdplus
67 #### Building burn_my_bmc (the host-tool)
87 ### Parameters
/openbmc/linux/tools/perf/util/
H A Dsynthetic-events.c50 int perf_tool__process_synth_event(struct perf_tool *tool, in perf_tool__process_synth_event()
190 pid_t perf_event__synthesize_comm(struct perf_tool *tool, in perf_event__synthesize_comm()
221 int perf_event__synthesize_namespaces(struct perf_tool *tool, in perf_event__synthesize_namespaces()
260 static int perf_event__synthesize_fork(struct perf_tool *tool, in perf_event__synthesize_fork()
421 int perf_event__synthesize_mmap_events(struct perf_tool *tool, in perf_event__synthesize_mmap_events()
633 int perf_event__synthesize_cgroups(struct perf_tool *tool, in perf_event__synthesize_cgroups()
750 struct perf_tool *tool, struct machine *machine, in __event__synthesize_thread()
980 struct perf_tool *tool; member
1002 int perf_event__synthesize_threads(struct perf_tool *tool, in perf_event__synthesize_threads()
1333 int perf_event__synthesize_cpu_map(struct perf_tool *tool, in perf_event__synthesize_cpu_map()
[all …]
H A Ddata-convert-json.c35 struct perf_tool tool; member
121 static void output_sample_callchain_entry(struct perf_tool *tool, in output_sample_callchain_entry()
149 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
H A Dsession.c200 struct perf_tool *tool) in __perf_session__new()
1462 struct perf_tool *tool, in deliver_sample_value()
1494 struct perf_tool *tool, in deliver_sample_group()
1538 struct perf_tool *tool, u64 file_offset, in machines__deliver_event()
1626 struct perf_tool *tool, in perf_session__deliver_event()
1659 struct perf_tool *tool = session->tool; in perf_session__process_user_event() local
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 Dsession.h46 struct perf_tool *tool; member
71 struct perf_tool *tool) in perf_session__new()
H A Dtsc.c75 struct perf_tool *tool, in perf_event__synth_time_conv()
H A Dbpf-event.c172 struct perf_tool *tool = session->tool; in perf_event__synthesize_one_bpf_prog() local
312 struct perf_tool *tool; member
H A Djitdump.c60 struct perf_tool tool; member
427 struct perf_tool *tool = jd->session->tool; in jit_repipe_code_load() local
546 struct perf_tool *tool = jd->session->tool; in jit_repipe_code_move() local
/openbmc/linux/tools/tracing/rtla/src/
H A Dosnoise_hist.c125 static void osnoise_hist_update_multiple(struct osnoise_tool *tool, int cpu, in osnoise_hist_update_multiple()
157 static void osnoise_destroy_trace_hist(struct osnoise_tool *tool) in osnoise_destroy_trace_hist()
168 static int osnoise_init_trace_hist(struct osnoise_tool *tool) in osnoise_init_trace_hist()
205 static void osnoise_read_trace_hist(struct osnoise_tool *tool) in osnoise_read_trace_hist()
253 static void osnoise_hist_header(struct osnoise_tool *tool) in osnoise_hist_header()
372 osnoise_print_stats(struct osnoise_hist_params *params, struct osnoise_tool *tool) in osnoise_print_stats()
703 osnoise_hist_apply_config(struct osnoise_tool *tool, struct osnoise_hist_params *params) in osnoise_hist_apply_config()
782 struct osnoise_tool *tool; in osnoise_init_hist() local
827 struct osnoise_tool *tool = NULL; in osnoise_hist_main() local
H A Dtimerlat_hist.c168 timerlat_hist_update(struct osnoise_tool *tool, int cpu, in timerlat_hist_update()
218 struct osnoise_tool *tool; in timerlat_hist_handler() local
234 static void timerlat_hist_header(struct osnoise_tool *tool) in timerlat_hist_header()
431 timerlat_print_stats(struct timerlat_hist_params *params, struct osnoise_tool *tool) in timerlat_print_stats()
835 timerlat_hist_apply_config(struct osnoise_tool *tool, struct timerlat_hist_params *params) in timerlat_hist_apply_config()
923 struct osnoise_tool *tool; in timerlat_init_hist() local
972 struct osnoise_tool *tool = NULL; in timerlat_hist_main() local
H A Dosnoise_top.c112 struct osnoise_tool *tool; in osnoise_top_handler() local
209 static void osnoise_top_print(struct osnoise_tool *tool, int cpu) in osnoise_top_print()
531 osnoise_top_apply_config(struct osnoise_tool *tool, struct osnoise_top_params *params) in osnoise_top_apply_config()
617 struct osnoise_tool *tool; in osnoise_init_top() local
665 struct osnoise_tool *tool = NULL; in osnoise_top_main() local
H A Dtimerlat_aa.c117 struct osnoise_tool *tool; member
898 static void timerlat_aa_unregister_events(struct osnoise_tool *tool, int dump_tasks) in timerlat_aa_unregister_events()
937 static int timerlat_aa_register_events(struct osnoise_tool *tool, int dump_tasks) in timerlat_aa_register_events()
1025 int timerlat_aa_init(struct osnoise_tool *tool, int dump_tasks) in timerlat_aa_init()
/openbmc/linux/tools/perf/
H A Dbuiltin-inject.c81 struct perf_tool tool; member
107 struct perf_tool tool; member
152 static int perf_event__repipe_synth(struct perf_tool *tool, in perf_event__repipe_synth()
191 static int perf_event__repipe_attr(struct perf_tool *tool, in perf_event__repipe_attr()
240 struct perf_tool *tool = session->tool; in perf_event__repipe_auxtrace() local
287 static int perf_event__repipe(struct perf_tool *tool, in perf_event__repipe()
303 static int perf_event__drop_aux(struct perf_tool *tool, in perf_event__drop_aux()
870 static int guest_session__repipe(struct perf_tool *tool, in guest_session__repipe()
1164 static int process_build_id(struct perf_tool *tool, in process_build_id()
1573 static int host__repipe(struct perf_tool *tool, in host__repipe()
[all …]
H A Dbuiltin-mem.c30 struct perf_tool tool; member
191 dump_raw_samples(struct perf_tool *tool, in dump_raw_samples()
265 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
H A Dbuiltin-kwork.c781 static int process_irq_handler_entry_event(struct perf_tool *tool, in process_irq_handler_entry_event()
794 static int process_irq_handler_exit_event(struct perf_tool *tool, in process_irq_handler_exit_event()
852 static int process_softirq_raise_event(struct perf_tool *tool, in process_softirq_raise_event()
866 static int process_softirq_entry_event(struct perf_tool *tool, in process_softirq_entry_event()
880 static int process_softirq_exit_event(struct perf_tool *tool, in process_softirq_exit_event()
973 static int process_workqueue_activate_work_event(struct perf_tool *tool, in process_workqueue_activate_work_event()
987 static int process_workqueue_execute_start_event(struct perf_tool *tool, in process_workqueue_execute_start_event()
1001 static int process_workqueue_execute_end_event(struct perf_tool *tool, in process_workqueue_execute_end_event()
1558 static int perf_kwork__process_tracepoint_sample(struct perf_tool *tool, in perf_kwork__process_tracepoint_sample()
H A Dbuiltin-script.c140 struct perf_tool tool; member
2348 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
2544 static int process_comm_event(struct perf_tool *tool, in process_comm_event()
2580 static int process_fork_event(struct perf_tool *tool, in process_fork_event()
2592 static int process_exit_event(struct perf_tool *tool, in process_exit_event()
2605 static int process_mmap_event(struct perf_tool *tool, in process_mmap_event()
2617 static int process_mmap2_event(struct perf_tool *tool, in process_mmap2_event()
2661 process_lost_event(struct perf_tool *tool, in process_lost_event()
3699 struct perf_tool *tool = session->tool; in process_thread_map_event() local
3721 struct perf_tool *tool = session->tool; in process_cpu_map_event() local
[all …]
H A Dbuiltin-evlist.c38 struct perf_tool tool = { in __cmd_evlist() local
H A Dbuiltin-record.c153 struct perf_tool tool; member
607 static int process_synthesized_event(struct perf_tool *tool, in process_synthesized_event()
618 static int process_locked_synthesized_event(struct perf_tool *tool, in process_locked_synthesized_event()
697 static int record__process_auxtrace(struct perf_tool *tool, in record__process_auxtrace()
1381 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
1431 struct perf_tool *tool = data; in perf_event__synthesize_guest_os() local
1981 struct perf_tool *tool = &rec->tool; in record__synthesize() local
2313 struct perf_tool *tool = &rec->tool; in __cmd_record() local
3207 static int build_id__process_mmap(struct perf_tool *tool, union perf_event *event, in build_id__process_mmap()
3219 static int build_id__process_mmap2(struct perf_tool *tool, union perf_event *event, in build_id__process_mmap2()
[all …]
H A Dbuiltin-annotate.c46 struct perf_tool tool; member
272 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
/openbmc/linux/tools/perf/tests/
H A Devent_update.c42 struct perf_tool tool; member
46 static int process_event_name(struct perf_tool *tool, in process_event_name()
/openbmc/sdbusplus/
H A DREADME.md101 ### Generating bindings
/openbmc/linux/tools/perf/arch/x86/util/
H A Devent.c17 int perf_event__synthesize_extra_kmaps(struct perf_tool *tool, in perf_event__synthesize_extra_kmaps()
/openbmc/linux/drivers/input/tablet/
H A Dwacom_serial4.c173 unsigned int tool; member
312 unsigned int tool; in wacom_handle_packet() local

123