Home
last modified time | relevance | path

Searched refs:tool (Results 76 - 100 of 462) sorted by relevance

12345678910>>...19

/third_party/libinput/tools/
H A Dlibinput-debug-tablet.c51 struct libinput_tablet_tool *tool; member
174 if (!ctx->tool) { in print_state()
175 print_line(ANSI_RED "No tool in proximity " ANSI_NORMAL); in print_state()
178 switch (libinput_tablet_tool_get_type(ctx->tool)) { in print_state()
209 libinput_tablet_tool_get_serial(ctx->tool), in print_state()
210 libinput_tablet_tool_get_tool_id(ctx->tool)); in print_state()
340 struct libinput_tablet_tool *tool = libinput_event_tablet_tool_get_tool(t); in handle_tablet_proximity_event() local
342 if (ctx->tool) { in handle_tablet_proximity_event()
343 libinput_tablet_tool_unref(ctx->tool); in handle_tablet_proximity_event()
344 ctx->tool in handle_tablet_proximity_event()
[all...]
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-report.c36 #include "util/tool.h"
75 struct perf_tool tool; member
242 struct report *rep = container_of(session->tool, struct report, tool); in process_feature_event()
264 static int process_sample_event(struct perf_tool *tool, in process_sample_event() argument
270 struct report *rep = container_of(tool, struct report, tool); in process_sample_event()
340 static int process_read_event(struct perf_tool *tool, in process_read_event() argument
346 struct report *rep = container_of(tool, struct report, tool); in process_read_event()
765 count_lost_samples_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine __maybe_unused) count_lost_samples_event() argument
[all...]
H A Dbuiltin-kwork.c781 static int process_irq_handler_entry_event(struct perf_tool *tool, in process_irq_handler_entry_event() argument
786 struct perf_kwork *kwork = container_of(tool, struct perf_kwork, 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() argument
799 struct perf_kwork *kwork = container_of(tool, struct perf_kwork, tool); in process_irq_handler_exit_event()
852 static int process_softirq_raise_event(struct perf_tool *tool, in process_softirq_raise_event() argument
857 struct perf_kwork *kwork = container_of(tool, struct perf_kwork, tool); in process_softirq_raise_event()
866 static int process_softirq_entry_event(struct perf_tool *tool, in process_softirq_entry_event() argument
880 process_softirq_exit_event(struct perf_tool *tool, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) process_softirq_exit_event() argument
973 process_workqueue_activate_work_event(struct perf_tool *tool, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) process_workqueue_activate_work_event() argument
987 process_workqueue_execute_start_event(struct perf_tool *tool, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) process_workqueue_execute_start_event() argument
1001 process_workqueue_execute_end_event(struct perf_tool *tool, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) process_workqueue_execute_end_event() argument
1558 perf_kwork__process_tracepoint_sample(struct perf_tool *tool, union perf_event *event __maybe_unused, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) perf_kwork__process_tracepoint_sample() argument
[all...]
H A Dbuiltin-script.c12 #include "util/tool.h"
140 struct perf_tool tool; member
2348 static int process_sample_event(struct perf_tool *tool, in process_sample_event() argument
2354 struct perf_script *scr = container_of(tool, struct perf_script, tool); in process_sample_event()
2435 static int process_attr(struct perf_tool *tool, union perf_event *event, in process_attr() argument
2438 struct perf_script *scr = container_of(tool, struct perf_script, tool); in process_attr()
2444 err = perf_event__process_attr(tool, event, pevlist); in process_attr()
2501 static int print_event_with_time(struct perf_tool *tool, in print_event_with_time() argument
2537 print_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine, pid_t pid, pid_t tid) print_event() argument
2544 process_comm_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) process_comm_event() argument
2556 process_namespaces_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) process_namespaces_event() argument
2568 process_cgroup_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) process_cgroup_event() argument
2580 process_fork_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) process_fork_event() argument
2592 process_exit_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) process_exit_event() argument
2605 process_mmap_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) process_mmap_event() argument
2617 process_mmap2_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) process_mmap2_event() argument
2629 process_switch_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) process_switch_event() argument
2661 process_lost_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) process_lost_event() argument
2704 process_text_poke_events(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) process_text_poke_events() argument
3699 struct perf_tool *tool = session->tool; process_thread_map_event() local
3721 struct perf_tool *tool = session->tool; process_cpu_map_event() local
3751 struct perf_tool *tool = session->tool; perf_script__process_auxtrace_info() local
[all...]
H A Dbuiltin-sched.c14 #include "util/tool.h"
182 struct perf_tool tool; member
1513 static int process_sched_wakeup_event(struct perf_tool *tool, in process_sched_wakeup_event() argument
1518 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); in process_sched_wakeup_event()
1526 static int process_sched_wakeup_ignore(struct perf_tool *tool __maybe_unused, in process_sched_wakeup_ignore()
1711 static int process_sched_switch_event(struct perf_tool *tool, in process_sched_switch_event() argument
1716 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); in process_sched_switch_event()
1737 static int process_sched_runtime_event(struct perf_tool *tool, in process_sched_runtime_event() argument
1750 perf_sched__process_fork_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) perf_sched__process_fork_event() argument
1767 process_sched_migrate_task_event(struct perf_tool *tool, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) process_sched_migrate_task_event() argument
2468 timehist_sched_wakeup_event(struct perf_tool *tool, union perf_event *event __maybe_unused, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) timehist_sched_wakeup_event() argument
2552 timehist_migrate_task_event(struct perf_tool *tool, union perf_event *event __maybe_unused, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) timehist_migrate_task_event() argument
2580 timehist_sched_change_event(struct perf_tool *tool, union perf_event *event, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) timehist_sched_change_event() argument
2708 timehist_sched_switch_event(struct perf_tool *tool, union perf_event *event, struct evsel *evsel, struct perf_sample *sample, struct machine *machine __maybe_unused) timehist_sched_switch_event() argument
2966 perf_timehist__process_sample(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) perf_timehist__process_sample() argument
[all...]
H A Dbuiltin-record.c28 #include "util/tool.h"
153 struct perf_tool tool; member
607 static int process_synthesized_event(struct perf_tool *tool, in process_synthesized_event() argument
612 struct record *rec = container_of(tool, struct record, tool); in process_synthesized_event()
618 static int process_locked_synthesized_event(struct perf_tool *tool, in process_locked_synthesized_event() argument
626 ret = process_synthesized_event(tool, event, sample, machine); in process_locked_synthesized_event()
697 static int record__process_auxtrace(struct perf_tool *tool, in record__process_auxtrace() argument
702 struct record *rec = container_of(tool, struct record, tool); in record__process_auxtrace()
1379 process_sample_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) process_sample_event() argument
1429 struct perf_tool *tool = data; perf_event__synthesize_guest_os() local
1979 struct perf_tool *tool = &rec->tool; record__synthesize() local
2311 struct perf_tool *tool = &rec->tool; __cmd_record() local
3203 build_id__process_mmap(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) build_id__process_mmap() argument
3215 build_id__process_mmap2(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) build_id__process_mmap2() argument
3228 process_timestamp_boundary(struct perf_tool *tool, union perf_event *event __maybe_unused, struct perf_sample *sample, struct machine *machine __maybe_unused) process_timestamp_boundary() argument
[all...]
/third_party/gn/src/gn/
H A Dsubstitution_writer.h36 // - Target substitutions: These are specific to the target+tool combination
181 const Tool* tool,
184 const Tool* tool,
190 // compiler and linker ones which will fall through if it's not a common tool
200 // A compiler substitution allows both source and tool substitutions. These
223 const Tool* tool,
226 const Tool* tool,
234 const Tool* tool,
H A Dsubstitution_writer.cc62 placeholders used in the definition of tools. See "gn help tool" for those.
404 const Tool* tool,
422 const Tool* tool,
426 output->push_back(ApplyPatternToTargetAsOutputFile(target, tool, item));
506 // First try the common tool ones.
520 const Tool* tool,
527 result.value().append(GetLinkerSubstitution(target, tool, subrange.type));
536 const Tool* tool,
540 output->push_back(ApplyPatternToLinkerAsOutputFile(target, tool, item));
546 const Tool* tool,
[all...]
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/
H A DBreakIteratorMapper.java3 package org.unicode.icu.tool.cldrtoicu.mapper;
14 import org.unicode.icu.tool.cldrtoicu.IcuData;
15 import org.unicode.icu.tool.cldrtoicu.RbPath;
16 import org.unicode.icu.tool.cldrtoicu.CldrDataProcessor;
17 import org.unicode.icu.tool.cldrtoicu.CldrDataProcessor.SubProcessor;
H A DAbstractPathValueMapper.java3 package org.unicode.icu.tool.cldrtoicu.mapper;
19 import org.unicode.icu.tool.cldrtoicu.IcuData;
20 import org.unicode.icu.tool.cldrtoicu.PathValueTransformer;
21 import org.unicode.icu.tool.cldrtoicu.PathValueTransformer.Result;
22 import org.unicode.icu.tool.cldrtoicu.RbPath;
23 import org.unicode.icu.tool.cldrtoicu.RbValue;
H A DRbnfMapper.java3 package org.unicode.icu.tool.cldrtoicu.mapper;
16 import org.unicode.icu.tool.cldrtoicu.IcuData;
17 import org.unicode.icu.tool.cldrtoicu.RbPath;
18 import org.unicode.icu.tool.cldrtoicu.CldrDataProcessor;
H A DDayPeriodsMapper.java3 package org.unicode.icu.tool.cldrtoicu.mapper;
15 import org.unicode.icu.tool.cldrtoicu.IcuData;
16 import org.unicode.icu.tool.cldrtoicu.RbPath;
17 import org.unicode.icu.tool.cldrtoicu.CldrDataProcessor;
/kernel/linux/linux-6.6/arch/loongarch/
H A DMakefile22 64bit-tool-archpref = loongarch64
34 tool-archpref = $(64bit-tool-archpref)
40 CROSS_COMPILE := $(call cc-cross-prefix, $(tool-archpref)-linux- $(tool-archpref)-linux-gnu- $(tool-archpref)-unknown-linux-gnu-)
/kernel/linux/linux-6.6/tools/perf/util/
H A Devent.c35 #include "tool.h"
219 int perf_event__process_comm(struct perf_tool *tool __maybe_unused, in perf_event__process_comm()
227 int perf_event__process_namespaces(struct perf_tool *tool __maybe_unused, in perf_event__process_namespaces()
235 int perf_event__process_cgroup(struct perf_tool *tool __maybe_unused, in perf_event__process_cgroup()
243 int perf_event__process_lost(struct perf_tool *tool __maybe_unused, in perf_event__process_lost()
251 int perf_event__process_aux(struct perf_tool *tool __maybe_unused, in perf_event__process_aux()
259 int perf_event__process_itrace_start(struct perf_tool *tool __maybe_unused, in perf_event__process_itrace_start()
267 int perf_event__process_aux_output_hw_id(struct perf_tool *tool __maybe_unused, in perf_event__process_aux_output_hw_id()
275 int perf_event__process_lost_samples(struct perf_tool *tool __maybe_unused, in perf_event__process_lost_samples()
283 int perf_event__process_switch(struct perf_tool *tool __maybe_unuse
[all...]
H A Dauxtrace.h209 struct perf_tool *tool);
212 struct perf_tool *tool);
219 struct perf_tool *tool);
509 typedef int (*process_auxtrace_t)(struct perf_tool *tool,
515 struct perf_tool *tool, process_auxtrace_t fn);
519 struct perf_tool *tool, process_auxtrace_t fn,
639 struct perf_sample *sample, struct perf_tool *tool);
642 int auxtrace__flush_events(struct perf_session *session, struct perf_tool *tool);
808 struct perf_tool *tool __maybe_unused) in auxtrace__process_event()
821 struct perf_tool *tool __maybe_unuse in auxtrace__flush_events()
[all...]
/third_party/libinput/test/
H A Dtest-tablet.c262 struct libinput_tablet_tool *tool; in START_TEST() local
288 tool = libinput_event_tablet_tool_get_tool(tablet_event); in START_TEST()
289 ck_assert_int_eq(libinput_tablet_tool_get_type(tool), LIBINPUT_TABLET_TOOL_TYPE_ERASER); in START_TEST()
303 tool = libinput_event_tablet_tool_get_tool(tablet_event); in START_TEST()
304 ck_assert_int_eq(libinput_tablet_tool_get_type(tool), LIBINPUT_TABLET_TOOL_TYPE_ERASER); in START_TEST()
992 struct libinput_tablet_tool * tool; in START_TEST() local
997 tool = libinput_event_tablet_tool_get_tool(tablet_event); in START_TEST()
998 ck_assert_int_eq(libinput_tablet_tool_get_type(tool), type); in START_TEST()
1172 struct libinput_tablet_tool *tool; in START_TEST() local
1195 tool in START_TEST()
2320 struct libinput_tablet_tool *tool; START_TEST() local
2344 struct libinput_tablet_tool *tool; START_TEST() local
2368 struct libinput_tablet_tool *tool; START_TEST() local
2409 struct libinput_tablet_tool *tool; START_TEST() local
2441 struct libinput_tablet_tool *tool; START_TEST() local
2477 struct libinput_tablet_tool *tool; START_TEST() local
2506 struct libinput_tablet_tool *tool; START_TEST() local
2579 struct libinput_tablet_tool *tool[2] = {0}; START_TEST() local
2620 struct libinput_tablet_tool *tool[2] = {0}; START_TEST() local
2666 struct libinput_tablet_tool *tool; START_TEST() local
2764 struct libinput_tablet_tool *tool; START_TEST() local
2822 struct libinput_tablet_tool *tool; START_TEST() local
2908 struct libinput_tablet_tool *tool; START_TEST() local
2975 struct libinput_tablet_tool *tool; START_TEST() local
3006 ck_assert_ptr_eq(libinput_event_tablet_tool_get_tool(tev), tool); START_TEST() local
3014 ck_assert_ptr_ne(libinput_event_tablet_tool_get_tool(tev), tool); START_TEST() local
3027 tool); START_TEST() local
3040 tool); START_TEST() local
3055 tool); START_TEST() local
3065 tool); START_TEST() local
3080 tool); START_TEST() local
3175 struct libinput_tablet_tool *tool; START_TEST() local
3202 struct libinput_tablet_tool *tool; START_TEST() local
3299 struct libinput_tablet_tool *tool; START_TEST() local
3384 struct libinput_tablet_tool *tool; START_TEST() local
3472 struct libinput_tablet_tool *tool; START_TEST() local
4245 struct libinput_tablet_tool *tool; START_TEST() local
4275 struct libinput_tablet_tool *tool; START_TEST() local
[all...]
H A Dlitest-device-wacom-isdv4-524c-pen.c30 unsigned int tool; member
83 priv->tool = tool_type; in prox_in()
91 priv->tool = 0; in prox_out()
111 if (priv->tool != BTN_TOOL_PEN) in tip_up()
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/testing/
H A DResultSubject.java3 package org.unicode.icu.tool.cldrtoicu.testing;
7 import org.unicode.icu.tool.cldrtoicu.PathValueTransformer.Result;
8 import org.unicode.icu.tool.cldrtoicu.RbPath;
H A DFakeTransformer.java3 package org.unicode.icu.tool.cldrtoicu.testing;
9 import org.unicode.icu.tool.cldrtoicu.PathValueTransformer;
10 import org.unicode.icu.tool.cldrtoicu.RbPath;
/kernel/linux/linux-5.10/tools/perf/util/
H A Dauxtrace.h185 struct perf_tool *tool);
188 struct perf_tool *tool);
195 struct perf_tool *tool);
493 typedef int (*process_auxtrace_t)(struct perf_tool *tool,
499 struct perf_tool *tool, process_auxtrace_t fn);
503 struct perf_tool *tool, process_auxtrace_t fn,
612 struct perf_sample *sample, struct perf_tool *tool);
615 int auxtrace__flush_events(struct perf_session *session, struct perf_tool *tool);
745 struct perf_tool *tool __maybe_unused) in auxtrace__process_event()
758 struct perf_tool *tool __maybe_unuse in auxtrace__flush_events()
[all...]
H A Devent.c35 #include "tool.h"
192 int perf_event__process_comm(struct perf_tool *tool __maybe_unused, in perf_event__process_comm()
200 int perf_event__process_namespaces(struct perf_tool *tool __maybe_unused, in perf_event__process_namespaces()
208 int perf_event__process_cgroup(struct perf_tool *tool __maybe_unused, in perf_event__process_cgroup()
216 int perf_event__process_lost(struct perf_tool *tool __maybe_unused, in perf_event__process_lost()
224 int perf_event__process_aux(struct perf_tool *tool __maybe_unused, in perf_event__process_aux()
232 int perf_event__process_itrace_start(struct perf_tool *tool __maybe_unused, in perf_event__process_itrace_start()
240 int perf_event__process_lost_samples(struct perf_tool *tool __maybe_unused, in perf_event__process_lost_samples()
248 int perf_event__process_switch(struct perf_tool *tool __maybe_unused, in perf_event__process_switch()
256 int perf_event__process_ksymbol(struct perf_tool *tool __maybe_unuse
[all...]
/third_party/libinput/src/
H A Dlibinput.c217 struct libinput_tablet_tool *tool; member
1548 return event->tool; in libinput_event_tablet_tool_get_tool()
1641 libinput_tablet_tool_get_type(struct libinput_tablet_tool *tool) in libinput_tablet_tool_get_type() argument
1643 return tool->type; in libinput_tablet_tool_get_type()
1647 libinput_tablet_tool_get_tool_id(struct libinput_tablet_tool *tool) in libinput_tablet_tool_get_tool_id() argument
1649 return tool->tool_id; in libinput_tablet_tool_get_tool_id()
1653 libinput_tablet_tool_is_unique(struct libinput_tablet_tool *tool) in libinput_tablet_tool_is_unique() argument
1655 return tool->serial != 0; in libinput_tablet_tool_is_unique()
1659 libinput_tablet_tool_get_serial(struct libinput_tablet_tool *tool) in libinput_tablet_tool_get_serial() argument
1661 return tool in libinput_tablet_tool_get_serial()
1665 libinput_tablet_tool_has_pressure(struct libinput_tablet_tool *tool) libinput_tablet_tool_has_pressure() argument
1672 libinput_tablet_tool_has_distance(struct libinput_tablet_tool *tool) libinput_tablet_tool_has_distance() argument
1679 libinput_tablet_tool_has_tilt(struct libinput_tablet_tool *tool) libinput_tablet_tool_has_tilt() argument
1686 libinput_tablet_tool_has_rotation(struct libinput_tablet_tool *tool) libinput_tablet_tool_has_rotation() argument
1693 libinput_tablet_tool_has_slider(struct libinput_tablet_tool *tool) libinput_tablet_tool_has_slider() argument
1700 libinput_tablet_tool_has_wheel(struct libinput_tablet_tool *tool) libinput_tablet_tool_has_wheel() argument
1707 libinput_tablet_tool_has_size(struct libinput_tablet_tool *tool) libinput_tablet_tool_has_size() argument
1714 libinput_tablet_tool_has_button(struct libinput_tablet_tool *tool, uint32_t code) libinput_tablet_tool_has_button() argument
1724 libinput_tablet_tool_set_user_data(struct libinput_tablet_tool *tool, void *user_data) libinput_tablet_tool_set_user_data() argument
1731 libinput_tablet_tool_get_user_data(struct libinput_tablet_tool *tool) libinput_tablet_tool_get_user_data() argument
1737 libinput_tablet_tool_ref(struct libinput_tablet_tool *tool) libinput_tablet_tool_ref() argument
1744 libinput_tablet_tool_unref(struct libinput_tablet_tool *tool) libinput_tablet_tool_unref() argument
1951 struct libinput_tablet_tool *tool; libinput_unref() local
2762 tablet_notify_axis(struct libinput_device *device, uint64_t time, struct libinput_tablet_tool *tool, enum libinput_tablet_tool_tip_state tip_state, unsigned char *changed_axes, const struct tablet_axes *axes) tablet_notify_axis() argument
2792 tablet_notify_proximity(struct libinput_device *device, uint64_t time, struct libinput_tablet_tool *tool, enum libinput_tablet_tool_proximity_state proximity_state, unsigned char *changed_axes, const struct tablet_axes *axes) tablet_notify_proximity() argument
2821 tablet_notify_tip(struct libinput_device *device, uint64_t time, struct libinput_tablet_tool *tool, enum libinput_tablet_tool_tip_state tip_state, unsigned char *changed_axes, const struct tablet_axes *axes) tablet_notify_tip() argument
2850 tablet_notify_button(struct libinput_device *device, uint64_t time, struct libinput_tablet_tool *tool, enum libinput_tablet_tool_tip_state tip_state, const struct tablet_axes *axes, int32_t button, enum libinput_button_state state) tablet_notify_button() argument
[all...]
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-sched.c14 #include "util/tool.h"
181 struct perf_tool tool; member
1484 static int process_sched_wakeup_event(struct perf_tool *tool, in process_sched_wakeup_event() argument
1489 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); in process_sched_wakeup_event()
1669 static int process_sched_switch_event(struct perf_tool *tool, in process_sched_switch_event() argument
1674 struct perf_sched *sched = container_of(tool, struct perf_sched, tool); in process_sched_switch_event()
1695 static int process_sched_runtime_event(struct perf_tool *tool, in process_sched_runtime_event() argument
1700 struct perf_sched *sched = container_of(tool, struc in process_sched_runtime_event()
1708 perf_sched__process_fork_event(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct machine *machine) perf_sched__process_fork_event() argument
1725 process_sched_migrate_task_event(struct perf_tool *tool, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) process_sched_migrate_task_event() argument
2413 timehist_sched_wakeup_event(struct perf_tool *tool, union perf_event *event __maybe_unused, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) timehist_sched_wakeup_event() argument
2497 timehist_migrate_task_event(struct perf_tool *tool, union perf_event *event __maybe_unused, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) timehist_migrate_task_event() argument
2525 timehist_sched_change_event(struct perf_tool *tool, union perf_event *event, struct evsel *evsel, struct perf_sample *sample, struct machine *machine) timehist_sched_change_event() argument
2651 timehist_sched_switch_event(struct perf_tool *tool, union perf_event *event, struct evsel *evsel, struct perf_sample *sample, struct machine *machine __maybe_unused) timehist_sched_switch_event() argument
2930 perf_timehist__process_sample(struct perf_tool *tool, union perf_event *event, struct perf_sample *sample, struct evsel *evsel, struct machine *machine) perf_timehist__process_sample() argument
[all...]
/kernel/linux/linux-5.10/arch/mips/
H A DMakefile29 32bit-tool-archpref = mipsel
30 64bit-tool-archpref = mips64el
36 32bit-tool-archpref = mips
37 64bit-tool-archpref = mips64
45 tool-archpref = $(32bit-tool-archpref)
49 tool-archpref = $(64bit-tool-archpref)
55 CROSS_COMPILE := $(call cc-cross-prefix, $(tool-archpref)-linux- $(tool
[all...]
/kernel/linux/linux-6.6/arch/mips/
H A DMakefile28 32bit-tool-archpref = mipsel
29 64bit-tool-archpref = mips64el
35 32bit-tool-archpref = mips
36 64bit-tool-archpref = mips64
44 tool-archpref = $(32bit-tool-archpref)
48 tool-archpref = $(64bit-tool-archpref)
54 CROSS_COMPILE := $(call cc-cross-prefix, $(tool-archpref)-linux- $(tool
[all...]

Completed in 41 milliseconds

12345678910>>...19