Home
last modified time | relevance | path

Searched defs:attr (Results 1 – 25 of 51) sorted by relevance

123

/tools/perf/util/intel-pt-decoder/
Dinat.h112 static inline int inat_is_legacy_prefix(insn_attr_t attr) in inat_is_legacy_prefix()
118 static inline int inat_is_address_size_prefix(insn_attr_t attr) in inat_is_address_size_prefix()
123 static inline int inat_is_operand_size_prefix(insn_attr_t attr) in inat_is_operand_size_prefix()
128 static inline int inat_is_rex_prefix(insn_attr_t attr) in inat_is_rex_prefix()
133 static inline int inat_last_prefix_id(insn_attr_t attr) in inat_last_prefix_id()
141 static inline int inat_is_vex_prefix(insn_attr_t attr) in inat_is_vex_prefix()
147 static inline int inat_is_vex3_prefix(insn_attr_t attr) in inat_is_vex3_prefix()
152 static inline int inat_is_escape(insn_attr_t attr) in inat_is_escape()
157 static inline int inat_escape_id(insn_attr_t attr) in inat_escape_id()
162 static inline int inat_is_group(insn_attr_t attr) in inat_is_group()
[all …]
/tools/lib/bpf/
Dbpf.c37 static int sys_bpf(enum bpf_cmd cmd, union bpf_attr *attr, in sys_bpf()
46 union bpf_attr attr; in bpf_create_map() local
63 union bpf_attr attr; in bpf_load_program() local
/tools/build/feature/
Dtest-bpf.c5 union bpf_attr attr; in main() local
/tools/testing/selftests/mqueue/
Dmq_open_tests.c197 static inline void test_queue(struct mq_attr *attr, struct mq_attr *result) in test_queue()
219 static inline int test_queue_fail(struct mq_attr *attr, struct mq_attr *result) in test_queue_fail()
238 struct mq_attr attr, result; in main() local
Dmq_perf_tests.c287 static inline void open_queue(struct mq_attr *attr) in open_queue()
538 struct mq_attr attr; in main() local
/tools/perf/util/
Ddwarf-aux.c66 Dwarf_Attribute attr; in cu_get_comp_dir() local
171 Dwarf_Attribute attr; in die_get_call_lineno() local
191 Dwarf_Attribute attr; in die_get_type() local
241 Dwarf_Attribute attr; in die_get_attr_udata() local
254 Dwarf_Attribute attr; in die_get_attr_sdata() local
290 Dwarf_Attribute attr; in die_is_func_def() local
308 Dwarf_Attribute attr; in die_entrypc() local
359 Dwarf_Attribute attr; in die_get_data_member_location() local
621 Dwarf_Attribute *attr; in __die_walk_instances_cb() local
887 Dwarf_Attribute attr; in __die_find_variable_cb() local
[all …]
Dcloexec.c23 struct perf_event_attr attr = { in perf_flag_probe() local
Dparse-events.c286 struct perf_event_attr *attr, in __add_event()
313 struct perf_event_attr *attr, char *name, in add_event()
340 struct perf_event_attr attr; in parse_events_add_cache() local
667 parse_breakpoint_type(const char *type, struct perf_event_attr *attr) in parse_breakpoint_type()
709 struct perf_event_attr attr; in parse_events_add_breakpoint() local
754 static int config_term_common(struct perf_event_attr *attr, in config_term_common()
823 static int config_term_pmu(struct perf_event_attr *attr, in config_term_pmu()
837 static int config_term_tracepoint(struct perf_event_attr *attr, in config_term_tracepoint()
859 static int config_attr(struct perf_event_attr *attr, in config_attr()
929 struct perf_event_attr attr; in parse_events_add_tracepoint() local
[all …]
Devsel.c202 struct perf_event_attr *attr, int idx) in perf_evsel__init()
220 struct perf_evsel *perf_evsel__new_idx(struct perf_event_attr *attr, int idx) in perf_evsel__new_idx()
241 struct perf_event_attr attr = { in perf_evsel__newtp_idx() local
295 struct perf_event_attr *attr = &evsel->attr; in perf_evsel__add_modifiers() local
380 struct perf_event_attr *attr = &evsel->attr; in perf_evsel__bp_name() local
570 struct perf_event_attr *attr = &evsel->attr; in perf_evsel__config_callgraph() local
613 struct perf_event_attr *attr = &evsel->attr; in perf_evsel__reset_callgraph() local
632 struct perf_event_attr *attr = &evsel->attr; in apply_config_terms() local
740 struct perf_event_attr *attr = &evsel->attr; in perf_evsel__config() local
1238 int perf_event_attr__fprintf(FILE *fp, struct perf_event_attr *attr, in perf_event_attr__fprintf()
Dtool.h52 event_attr_op attr; member
Drecord.c110 struct perf_event_attr attr = { in perf_can_record_cpu_wide() local
/tools/lib/lockdep/include/liblockdep/
Drwlock.h23 const pthread_rwlockattr_t *attr) in __rwlock_init()
30 #define liblockdep_pthread_rwlock_init(lock, attr) \ argument
/tools/perf/tests/
Dattr.c60 static int store_event(struct perf_event_attr *attr, pid_t pid, int cpu, in store_event()
130 void test_attr__open(struct perf_event_attr *attr, pid_t pid, int cpu, in test_attr__open()
Dsw-clock.c29 struct perf_event_attr attr = { in __test__sw_clock_freq() local
Dparse-no-sample-id-all.c54 struct attr_event attr; member
Dpmu.c147 struct perf_event_attr attr; in test__pmu() local
/tools/testing/selftests/powerpc/pmu/
Devent.h16 struct perf_event_attr attr; member
Devent.c16 int perf_event_open(struct perf_event_attr *attr, pid_t pid, int cpu, in perf_event_open()
/tools/perf/
Dperf-sys.h85 sys_perf_event_open(struct perf_event_attr *attr, in sys_perf_event_open()
Dbuiltin-script.c166 struct perf_event_attr *attr = &evsel->attr; in perf_evsel__do_check_stype() local
204 struct perf_event_attr *attr = &evsel->attr; in perf_evsel__check_attr() local
276 static void set_print_ip_opts(struct perf_event_attr *attr) in set_print_ip_opts()
349 struct perf_event_attr *attr; in perf_session__check_output_opt() local
373 struct perf_event_attr *attr) in print_sample_iregs()
392 struct perf_event_attr *attr = &evsel->attr; in print_sample_start() local
506 struct perf_event_attr *attr) in print_sample_addr()
538 struct perf_event_attr *attr = &evsel->attr; in print_sample_bts() local
595 struct perf_event_attr *attr = &evsel->attr; in process_event() local
/tools/testing/selftests/timers/
Dmqueue-lat.c73 struct mq_attr attr; in mqueue_lat_test() local
/tools/testing/selftests/futex/functional/
Dfutex_requeue_pi_signal_restart.c56 pthread_attr_t attr; in create_rt_thread() local
/tools/perf/bench/
Dfutex.h93 static inline int pthread_attr_setaffinity_np(pthread_attr_t *attr, in pthread_attr_setaffinity_np()
/tools/lib/lockdep/
Dpreload.c221 const pthread_mutexattr_t *attr) in pthread_mutex_init()
327 const pthread_rwlockattr_t *attr) in pthread_rwlock_init()
/tools/perf/arch/x86/tests/
Drdpmc.c95 struct perf_event_attr attr = { in __test__rdpmc() local

123