Home
last modified time | relevance | path

Searched defs:target (Results 1 – 25 of 78) sorted by relevance

1234

/tools/perf/util/
Dtarget.h8 struct target { struct
24 enum target_errno { argument
60 static inline bool target__has_task(struct target *target) in target__has_task()
65 static inline bool target__has_cpu(struct target *target) in target__has_cpu()
70 static inline bool target__none(struct target *target) in target__none()
75 static inline bool target__enable_on_exec(struct target *target) in target__enable_on_exec()
86 static inline bool target__has_per_thread(struct target *target) in target__has_per_thread()
91 static inline bool target__uses_dummy_map(struct target *target) in target__uses_dummy_map()
Dtarget.c17 enum target_errno target__validate(struct target *target) in target__validate()
97 enum target_errno target__parse_uid(struct target *target) in target__parse_uid()
148 int target__strerror(struct target *target, int errnum, in target__strerror()
Dbpf_counter.c167 static int bpf_program_profiler__load(struct evsel *evsel, struct target *target) in bpf_program_profiler__load()
315 static int bperf_lock_attr_map(struct target *target) in bperf_lock_attr_map()
363 struct target *target, in bperf_check_target()
444 static int bperf__load(struct evsel *evsel, struct target *target) in bperf__load()
776 int bpf_counter__load(struct evsel *evsel, struct target *target) in bpf_counter__load()
Dtop.c29 struct target *target = &opts->target; in perf_top__header_snprintf() local
Dsideband_evlist.c97 int evlist__start_sb_thread(struct evlist *evlist, struct target *target) in evlist__start_sb_thread()
/tools/testing/selftests/bpf/progs/
Dtest_lwt_redirect.c43 int target = get_redirect_target(skb); in test_lwt_redirect_in() local
57 int target = get_redirect_target(skb); in test_lwt_redirect_out() local
71 int target = get_redirect_target(skb); in test_lwt_redirect_out_nomac() local
82 int target = get_redirect_target(skb); in test_lwt_redirect_in_nomac() local
Dstrncmp_bench.c12 const char target[STRNCMP_STR_SZ]; variable
Dstrncmp_test.c11 const char target[STRNCMP_STR_SZ] = "EEEEEEE"; variable
/tools/testing/selftests/bpf/prog_tests/
Dtc_opts.c111 static void test_tc_opts_before_target(int target) in test_tc_opts_before_target()
263 static void test_tc_opts_after_target(int target) in test_tc_opts_after_target()
454 static void test_tc_opts_revision_target(int target) in test_tc_opts_revision_target()
563 static void test_tc_chain_classic(int target, bool chain_tc_old) in test_tc_chain_classic()
666 static void test_tc_opts_replace_target(int target) in test_tc_opts_replace_target()
873 static void test_tc_opts_invalid_target(int target) in test_tc_opts_invalid_target()
1026 static void test_tc_opts_prepend_target(int target) in test_tc_opts_prepend_target()
1166 static void test_tc_opts_append_target(int target) in test_tc_opts_append_target()
1306 static void test_tc_opts_dev_cleanup_target(int target) in test_tc_opts_dev_cleanup_target()
1396 static void test_tc_opts_mixed_target(int target) in test_tc_opts_mixed_target()
[all …]
Dtc_links.c115 static void test_tc_links_before_target(int target) in test_tc_links_before_target()
269 static void test_tc_links_after_target(int target) in test_tc_links_after_target()
423 static void test_tc_links_revision_target(int target) in test_tc_links_revision_target()
523 static void test_tc_chain_classic(int target, bool chain_tc_old) in test_tc_chain_classic()
629 static void test_tc_links_replace_target(int target) in test_tc_links_replace_target()
855 static void test_tc_links_invalid_target(int target) in test_tc_links_invalid_target()
1167 static void test_tc_links_prepend_target(int target) in test_tc_links_prepend_target()
1323 static void test_tc_links_append_target(int target) in test_tc_links_append_target()
1479 static void test_tc_links_dev_cleanup_target(int target) in test_tc_links_dev_cleanup_target()
1577 static void test_tc_chain_mixed(int target) in test_tc_chain_mixed()
[all …]
Dtc_helpers.h48 static inline void __assert_mprog_count(int target, int expected, int ifindex) in __assert_mprog_count()
59 static inline void assert_mprog_count(int target, int expected) in assert_mprog_count()
64 static inline void assert_mprog_count_ifindex(int ifindex, int target, int expected) in assert_mprog_count_ifindex()
/tools/perf/bench/
Dsynthesize.c63 struct target *target, bool data_mmap) in do_run_single_threaded()
113 struct target target = { in run_single_threaded() local
150 static int do_run_multi_threaded(struct target *target, in do_run_multi_threaded()
206 struct target target = { in run_multi_threaded() local
/tools/testing/selftests/kvm/aarch64/
Dpsci_test.c76 struct kvm_vcpu **target) in setup_vm()
134 struct kvm_vcpu *source, *target; in host_test_cpu_on() local
171 struct kvm_vcpu *source, *target; in host_test_system_suspend() local
/tools/perf/arch/loongarch/annotate/
Dinstructions.c12 struct addr_map_symbol target = { in loongarch_call__parse() local
58 struct addr_map_symbol target = { in loongarch_jump__parse() local
/tools/perf/arch/s390/annotate/
Dinstructions.c9 struct addr_map_symbol target = { in s390_call__parse() local
57 char *s = strchr(ops->raw, ','), *target, *endptr; in s390_mov__parse() local
/tools/testing/cxl/test/
Dcxl.c120 u32 target[1]; member
124 u32 target[2]; member
128 u32 target[1]; member
132 u32 target[2]; member
136 u32 target[1]; member
140 u32 target[1]; member
144 u32 target[1]; member
148 u32 target[2]; member
152 u32 target[4]; member
/tools/perf/Documentation/
Dasciidoctor-extensions.rb11 def process(parent, target, attrs) argument
/tools/testing/selftests/exec/
Dbinfmt_script.py43 def test(name, size, good=True, leading="", root="./", target="/perl", argument
/tools/testing/selftests/tc-testing/plugin-lib/
DbuildebpfPlugin.py51 def _make(self, target): argument
/tools/perf/tests/
Dtask-exit.c48 struct target target = { in test__task_exit() local
Dsdt.c59 static int search_cached_probe(const char *target, in search_cached_probe()
/tools/perf/arch/arm64/annotate/
Dinstructions.c16 char *s = strchr(ops->raw, ','), *target, *endptr; in arm64_mov__parse() local
/tools/build/
Dfixdep.c24 char *target; variable
/tools/testing/selftests/timers/
Dmqueue-lat.c63 struct timespec start, end, now, target; in mqueue_lat_test() local
/tools/testing/selftests/x86/
Dfsgsbase_restore.c51 unsigned int *target = mmap( in init_seg() local

1234