Home
last modified time | relevance | path

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

12

/linux-5.10/Documentation/admin-guide/pm/
Dintel-speed-select.rst42 Getting Help
58 Summary of platform capability
79 Intel(R) Speed Select Technology - Performance Profile (Intel(R) SST-PP)
265 Check presence of other Intel(R) SST features
298 Intel(R) Speed Select Technology Core Power (Intel(R) SST-CP)
514 Intel(R) Speed Select Technology - Base Frequency (Intel(R) SST-BF)
706 Intel(R) Speed Select Technology - Turbo Frequency (Intel(R) SST-TF)
/linux-5.10/tools/perf/
Dbuiltin-inject.c38 struct perf_tool tool; member
76 static int perf_event__repipe_synth(struct perf_tool *tool, in perf_event__repipe_synth()
85 static int perf_event__repipe_oe_synth(struct perf_tool *tool, in perf_event__repipe_oe_synth()
114 static int perf_event__repipe_attr(struct perf_tool *tool, in perf_event__repipe_attr()
132 static int perf_event__repipe_event_update(struct perf_tool *tool, in perf_event__repipe_event_update()
163 struct perf_tool *tool = session->tool; in perf_event__repipe_auxtrace() local
210 static int perf_event__repipe(struct perf_tool *tool, in perf_event__repipe()
226 static int perf_event__drop_aux(struct perf_tool *tool, in perf_event__drop_aux()
267 static int perf_event__repipe_sample(struct perf_tool *tool, in perf_event__repipe_sample()
289 static int perf_event__repipe_mmap(struct perf_tool *tool, in perf_event__repipe_mmap()
[all …]
Dbuiltin-mem.c26 struct perf_tool tool; member
143 dump_raw_samples(struct perf_tool *tool, in dump_raw_samples()
223 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
Dbuiltin-script.c121 struct perf_tool tool; member
2103 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
2150 static int process_attr(struct perf_tool *tool, union perf_event *event, in process_attr()
2219 static int print_event_with_time(struct perf_tool *tool, in print_event_with_time()
2255 static int print_event(struct perf_tool *tool, union perf_event *event, in print_event()
2262 static int process_comm_event(struct perf_tool *tool, in process_comm_event()
2274 static int process_namespaces_event(struct perf_tool *tool, in process_namespaces_event()
2286 static int process_cgroup_event(struct perf_tool *tool, in process_cgroup_event()
2298 static int process_fork_event(struct perf_tool *tool, in process_fork_event()
2310 static int process_exit_event(struct perf_tool *tool, in process_exit_event()
[all …]
Dbuiltin-record.c89 struct perf_tool tool; member
509 static int process_synthesized_event(struct perf_tool *tool, in process_synthesized_event()
518 static int process_locked_synthesized_event(struct perf_tool *tool, in process_locked_synthesized_event()
593 static int record__process_auxtrace(struct perf_tool *tool, in record__process_auxtrace()
967 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
1020 struct perf_tool *tool = data; in perf_event__synthesize_guest_os() local
1380 struct perf_tool *tool = &rec->tool; in record__synthesize() local
1612 struct perf_tool *tool = &rec->tool; in __cmd_record() local
2344 static int build_id__process_mmap(struct perf_tool *tool, union perf_event *event, in build_id__process_mmap()
2356 static int build_id__process_mmap2(struct perf_tool *tool, union perf_event *event, in build_id__process_mmap2()
Dbuiltin-annotate.c46 struct perf_tool tool; member
259 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
Dbuiltin-sched.c181 struct perf_tool tool; member
1484 static int process_sched_wakeup_event(struct perf_tool *tool, in process_sched_wakeup_event()
1669 static int process_sched_switch_event(struct perf_tool *tool, in process_sched_switch_event()
1695 static int process_sched_runtime_event(struct perf_tool *tool, in process_sched_runtime_event()
1708 static int perf_sched__process_fork_event(struct perf_tool *tool, in perf_sched__process_fork_event()
1725 static int process_sched_migrate_task_event(struct perf_tool *tool, in process_sched_migrate_task_event()
2413 static int timehist_sched_wakeup_event(struct perf_tool *tool, in timehist_sched_wakeup_event()
2497 static int timehist_migrate_task_event(struct perf_tool *tool, in timehist_migrate_task_event()
2525 static int timehist_sched_change_event(struct perf_tool *tool, in timehist_sched_change_event()
2651 static int timehist_sched_switch_event(struct perf_tool *tool, in timehist_sched_switch_event()
[all …]
Dbuiltin-report.c71 struct perf_tool tool; member
240 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
314 static int process_read_event(struct perf_tool *tool, in process_read_event()
Dbuiltin-stat.c180 struct perf_tool tool; member
1875 struct perf_tool *tool = session->tool; in process_stat_config_event() local
1918 struct perf_tool *tool = session->tool; in process_thread_map_event() local
1937 struct perf_tool *tool = session->tool; in process_cpu_map_event() local
Dbuiltin-timechart.c52 struct perf_tool tool; member
313 static int process_comm_event(struct perf_tool *tool, in process_comm_event()
323 static int process_fork_event(struct perf_tool *tool, in process_fork_event()
333 static int process_exit_event(struct perf_tool *tool, in process_exit_event()
552 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
/linux-5.10/tools/perf/util/
Dsynthetic-events.c50 int perf_tool__process_synth_event(struct perf_tool *tool, in perf_tool__process_synth_event()
176 pid_t perf_event__synthesize_comm(struct perf_tool *tool, in perf_event__synthesize_comm()
205 int perf_event__synthesize_namespaces(struct perf_tool *tool, in perf_event__synthesize_namespaces()
244 static int perf_event__synthesize_fork(struct perf_tool *tool, in perf_event__synthesize_fork()
350 int perf_event__synthesize_mmap_events(struct perf_tool *tool, in perf_event__synthesize_mmap_events()
470 static int perf_event__synthesize_cgroup(struct perf_tool *tool, in perf_event__synthesize_cgroup()
510 static int perf_event__walk_cgroup_tree(struct perf_tool *tool, in perf_event__walk_cgroup_tree()
558 int perf_event__synthesize_cgroups(struct perf_tool *tool, in perf_event__synthesize_cgroups()
593 int perf_event__synthesize_modules(struct perf_tool *tool, perf_event__handler_t process, in perf_event__synthesize_modules()
651 struct perf_tool *tool, struct machine *machine, bool mmap_data) in __event__synthesize_thread()
[all …]
Dsession.c187 bool repipe, struct perf_tool *tool) in perf_session__new()
461 void perf_tool__fill_defaults(struct perf_tool *tool) in perf_tool__fill_defaults()
1361 struct perf_tool *tool, in deliver_sample_value()
1393 struct perf_tool *tool, in deliver_sample_group()
1414 struct perf_tool *tool, in perf_evlist__deliver_sample()
1441 struct perf_tool *tool, u64 file_offset) in machines__deliver_event()
1522 struct perf_tool *tool, in perf_session__deliver_event()
1554 struct perf_tool *tool = session->tool; in perf_session__process_user_event() local
1634 struct perf_tool *tool = session->tool; in perf_session__deliver_synth_event() local
1740 struct perf_tool *tool = session->tool; in perf_session__process_event() local
[all …]
Dtsc.c73 struct perf_tool *tool, in perf_event__synth_time_conv()
Djitdump.c65 struct perf_tool tool; member
395 struct perf_tool *tool = jd->session->tool; in jit_repipe_code_load() local
511 struct perf_tool *tool = jd->session->tool; in jit_repipe_code_move() local
Dbpf-event.c168 struct perf_tool *tool = session->tool; in perf_event__synthesize_one_bpf_prog() local
300 struct perf_tool *tool; member
Dparse-events.l165 static int tool(yyscan_t scanner, enum perf_tool_event event) in tool() function
Dauxtrace.c1190 struct perf_tool *tool, in perf_event__synthesize_auxtrace_info()
1659 struct perf_tool *tool, process_auxtrace_t fn, in __auxtrace_mmap__read()
1769 struct perf_tool *tool, process_auxtrace_t fn) in auxtrace_mmap__read()
1776 struct perf_tool *tool, process_auxtrace_t fn, in auxtrace_mmap__read_snapshot()
2645 struct perf_sample *sample, struct perf_tool *tool) in auxtrace__process_event()
2663 int auxtrace__flush_events(struct perf_session *session, struct perf_tool *tool) in auxtrace__flush_events()
Dsession.h38 struct perf_tool *tool; member
Dtop.h20 struct perf_tool tool; member
Darm-spe.c572 struct perf_tool *tool) in arm_spe_process_event()
740 static int arm_spe_event_synth(struct perf_tool *tool, in arm_spe_event_synth()
Dintel-bts.c594 struct perf_tool *tool) in intel_bts_process_event()
745 static int intel_bts_event_synth(struct perf_tool *tool, in intel_bts_event_synth()
/linux-5.10/tools/perf/tests/
Devent_update.c45 struct perf_tool tool; member
49 static int process_event_name(struct perf_tool *tool, in process_event_name()
/linux-5.10/tools/perf/arch/x86/util/
Devent.c15 int perf_event__synthesize_extra_kmaps(struct perf_tool *tool, in perf_event__synthesize_extra_kmaps()
/linux-5.10/drivers/input/tablet/
Dwacom_serial4.c173 unsigned int tool; member
312 unsigned int tool; in wacom_handle_packet() local
/linux-5.10/drivers/input/touchscreen/
Dwacom_i2c.c37 int tool; member

12