Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/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)
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)
/OK3568_Linux_fs/kernel/tools/perf/
H A 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 …]
H A 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()
H A 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 …]
H A 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()
H A Dbuiltin-annotate.c46 struct perf_tool tool; member
259 static int process_sample_event(struct perf_tool *tool, in process_sample_event()
H A 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 …]
H A 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()
H A 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
H A 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()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A 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()
471 static int perf_event__synthesize_cgroup(struct perf_tool *tool, in perf_event__synthesize_cgroup()
511 static int perf_event__walk_cgroup_tree(struct perf_tool *tool, in perf_event__walk_cgroup_tree()
559 int perf_event__synthesize_cgroups(struct perf_tool *tool, in perf_event__synthesize_cgroups()
594 int perf_event__synthesize_modules(struct perf_tool *tool, perf_event__handler_t process, in perf_event__synthesize_modules()
652 struct perf_tool *tool, struct machine *machine, bool mmap_data) in __event__synthesize_thread()
[all …]
H A 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()
1374 struct perf_tool *tool, in deliver_sample_value()
1406 struct perf_tool *tool, in deliver_sample_group()
1427 struct perf_tool *tool, in perf_evlist__deliver_sample()
1454 struct perf_tool *tool, u64 file_offset) in machines__deliver_event()
1535 struct perf_tool *tool, in perf_session__deliver_event()
1567 struct perf_tool *tool = session->tool; in perf_session__process_user_event() local
1647 struct perf_tool *tool = session->tool; in perf_session__deliver_synth_event() local
1754 struct perf_tool *tool = session->tool; in perf_session__process_event() local
[all …]
H A Dtsc.c73 struct perf_tool *tool, in perf_event__synth_time_conv()
H A Djitdump.c65 struct perf_tool tool; member
405 struct perf_tool *tool = jd->session->tool; in jit_repipe_code_load() local
521 struct perf_tool *tool = jd->session->tool; in jit_repipe_code_move() local
H A Dbpf-event.c172 struct perf_tool *tool = session->tool; in perf_event__synthesize_one_bpf_prog() local
304 struct perf_tool *tool; member
H A Dparse-events.l165 static int tool(yyscan_t scanner, enum perf_tool_event event) in tool() function
H A Dauxtrace.c1186 struct perf_tool *tool, in perf_event__synthesize_auxtrace_info()
1655 struct perf_tool *tool, process_auxtrace_t fn, in __auxtrace_mmap__read()
1765 struct perf_tool *tool, process_auxtrace_t fn) in auxtrace_mmap__read()
1772 struct perf_tool *tool, process_auxtrace_t fn, in auxtrace_mmap__read_snapshot()
2649 struct perf_sample *sample, struct perf_tool *tool) in auxtrace__process_event()
2667 int auxtrace__flush_events(struct perf_session *session, struct perf_tool *tool) in auxtrace__flush_events()
H A Dsession.h38 struct perf_tool *tool; member
H A Dtop.h20 struct perf_tool tool; member
H A Darm-spe.c585 struct perf_tool *tool) in arm_spe_process_event()
753 static int arm_spe_event_synth(struct perf_tool *tool, in arm_spe_event_synth()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-input.c1505 tablet_tool_receive_type(void *data, struct zwp_tablet_tool_v2 *tool, in tablet_tool_receive_type()
1526 tablet_tool_receive_hardware_serial(void *data, struct zwp_tablet_tool_v2 *tool, in tablet_tool_receive_hardware_serial()
1532 tablet_tool_receive_hardware_id_wacom(void *data, struct zwp_tablet_tool_v2 *tool, in tablet_tool_receive_hardware_id_wacom()
1538 tablet_tool_receive_capability(void *data, struct zwp_tablet_tool_v2 *tool, in tablet_tool_receive_capability()
1544 tablet_tool_receive_done(void *data, struct zwp_tablet_tool_v2 *tool) in tablet_tool_receive_done()
1549 tablet_tool_receive_removed(void *data, struct zwp_tablet_tool_v2 *tool) in tablet_tool_receive_removed()
1560 tablet_tool_proximity_in(void *data, struct zwp_tablet_tool_v2 *tool, in tablet_tool_proximity_in()
1585 tablet_tool_proximity_out(void *data, struct zwp_tablet_tool_v2 *tool) in tablet_tool_proximity_out()
1601 tablet_tool_down(void *data, struct zwp_tablet_tool_v2 *tool, uint32_t serial) in tablet_tool_down()
1614 tablet_tool_up(void *data, struct zwp_tablet_tool_v2 *tool) in tablet_tool_up()
[all …]
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Devent_update.c45 struct perf_tool tool; member
49 static int process_event_name(struct perf_tool *tool, in process_event_name()
/OK3568_Linux_fs/kernel/tools/perf/arch/x86/util/
H A Devent.c15 int perf_event__synthesize_extra_kmaps(struct perf_tool *tool, in perf_event__synthesize_extra_kmaps()
/OK3568_Linux_fs/kernel/drivers/input/tablet/
H A Dwacom_serial4.c173 unsigned int tool; member
312 unsigned int tool; in wacom_handle_packet() local
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dwacom_i2c.c37 int tool; member

12