Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 81) sorted by relevance

1234

/tools/lib/bpf/
Dbtf.h131 static inline __u16 btf_kind(const struct btf_type *t) in btf_kind()
136 static inline __u16 btf_vlen(const struct btf_type *t) in btf_vlen()
141 static inline bool btf_kflag(const struct btf_type *t) in btf_kflag()
146 static inline bool btf_is_int(const struct btf_type *t) in btf_is_int()
151 static inline bool btf_is_ptr(const struct btf_type *t) in btf_is_ptr()
156 static inline bool btf_is_array(const struct btf_type *t) in btf_is_array()
161 static inline bool btf_is_struct(const struct btf_type *t) in btf_is_struct()
166 static inline bool btf_is_union(const struct btf_type *t) in btf_is_union()
171 static inline bool btf_is_composite(const struct btf_type *t) in btf_is_composite()
178 static inline bool btf_is_enum(const struct btf_type *t) in btf_is_enum()
[all …]
Dbtf_dump.c252 const struct btf_type *t; in btf_dump_mark_referenced() local
417 const struct btf_type *t; in btf_dump_order_type() local
581 const struct btf_type *t = btf__type_by_id(d->btf, id); in btf_dump_is_blacklisted() local
616 const struct btf_type *t; in btf_dump_emit_type() local
757 const struct btf_type *t = btf__type_by_id(btf, id); in btf_align_of() local
791 const struct btf_type *t) in btf_is_struct_packed()
861 const struct btf_type *t) in btf_dump_emit_struct_fwd()
870 const struct btf_type *t, in btf_dump_emit_struct_def()
923 const struct btf_type *t) in btf_dump_emit_enum_fwd()
929 const struct btf_type *t, in btf_dump_emit_enum_def()
[all …]
Dbtf.c44 static int btf_add_type(struct btf *btf, struct btf_type *t) in btf_add_type()
145 static int btf_type_size(struct btf_type *t) in btf_type_size()
188 struct btf_type *t = next_type; in btf_parse_type_sec() local
217 static bool btf_type_is_void(const struct btf_type *t) in btf_type_is_void()
222 static bool btf_type_is_void_or_null(const struct btf_type *t) in btf_type_is_void_or_null()
232 const struct btf_type *t; in btf__resolve_size() local
283 const struct btf_type *t; in btf__resolve_type() local
309 const struct btf_type *t = btf->types[i]; in btf__find_by_name() local
506 struct btf_type *t) in btf_fixup_datasec()
566 struct btf_type *t = btf->types[i]; in btf__finalize_data() local
[all …]
Dnetlink.c311 struct tcmsg *t = NLMSG_DATA(nlh); in __dump_class_nlmsg() local
327 struct tcmsg t; in libbpf_nl_get_class() member
350 struct tcmsg *t = NLMSG_DATA(nlh); in __dump_qdisc_nlmsg() local
366 struct tcmsg t; in libbpf_nl_get_qdisc() member
389 struct tcmsg *t = NLMSG_DATA(nlh); in __dump_filter_nlmsg() local
405 struct tcmsg t; in libbpf_nl_get_filter() member
/tools/perf/util/
Dtrigger.h36 #define TRIGGER_WARN_ONCE(t, exp) \ argument
40 static inline bool trigger_is_available(struct trigger *t) in trigger_is_available()
45 static inline bool trigger_is_error(struct trigger *t) in trigger_is_error()
50 static inline void trigger_on(struct trigger *t) in trigger_on()
56 static inline void trigger_ready(struct trigger *t) in trigger_ready()
63 static inline void trigger_hit(struct trigger *t) in trigger_hit()
71 static inline void trigger_off(struct trigger *t) in trigger_off()
78 static inline void trigger_error(struct trigger *t) in trigger_error()
83 static inline bool trigger_is_ready(struct trigger *t) in trigger_is_ready()
88 static inline bool trigger_is_hit(struct trigger *t) in trigger_is_hit()
Ddebug.h33 #define pr_time_N(n, var, t, fmt, ...) \ argument
36 #define pr_oe_time(t, fmt, ...) pr_time_N(1, debug_ordered_events, t, pr_fmt(fmt), ##__VA_ARGS__) argument
37 #define pr_oe_time2(t, fmt, ...) pr_time_N(2, debug_ordered_events, t, pr_fmt(fmt), ##__VA_ARGS__) argument
Dtrace-event.c28 int trace_event__init(struct trace_event *t) in trace_event__init()
65 void trace_event__cleanup(struct trace_event *t) in trace_event__cleanup()
Dtsc.c9 u64 t, quot, rem; in perf_time_to_tsc() local
/tools/arch/x86/lib/
Dinsn.c17 #define validate_next(t, insn, n) \ argument
20 #define __get_next(t, insn) \ argument
23 #define __peek_nbyte_next(t, insn, n) \ argument
26 #define get_next(t, insn) \ argument
29 #define peek_nbyte_next(t, insn, n) \ argument
32 #define peek_next(t, insn) peek_nbyte_next(t, insn, 0) argument
/tools/perf/util/scripting-engines/
Dtrace-event-python.c207 PyObject *t; in define_value() local
248 PyObject *t; in define_field() local
625 PyObject *t; in get_sample_value_as_tuple() local
663 PyObject *t = get_sample_value_as_tuple(&sample->read.group.values[i]); in set_sample_read_in_dict() local
667 PyObject *t = get_sample_value_as_tuple(&sample->read.one); in set_sample_read_in_dict() local
797 PyObject *handler, *context, *t, *obj = NULL, *callchain; in python_process_tracepoint() local
924 PyObject *t; in tuple_new() local
932 static int tuple_set_u64(PyObject *t, unsigned int pos, u64 val) in tuple_set_u64()
942 static int tuple_set_s32(PyObject *t, unsigned int pos, s32 val) in tuple_set_s32()
947 static int tuple_set_string(PyObject *t, unsigned int pos, const char *s) in tuple_set_string()
[all …]
/tools/testing/nvdimm/test/
Dnfit.c230 static int nd_intel_test_get_fw_info(struct nfit_test *t, in nd_intel_test_get_fw_info()
256 static int nd_intel_test_start_update(struct nfit_test *t, in nd_intel_test_start_update()
286 static int nd_intel_test_send_data(struct nfit_test *t, in nd_intel_test_send_data()
337 static int nd_intel_test_finish_fw(struct nfit_test *t, in nd_intel_test_finish_fw()
388 static int nd_intel_test_finish_query(struct nfit_test *t, in nd_intel_test_finish_query()
566 static int nfit_test_cmd_ars_start(struct nfit_test *t, in nfit_test_cmd_ars_start()
612 static int nfit_test_cmd_clear_error(struct nfit_test *t, in nfit_test_cmd_clear_error()
816 struct nfit_test *t = container_of(work, typeof(*t), work); in uc_error_notify() local
821 static int nfit_test_cmd_ars_error_inject(struct nfit_test *t, in nfit_test_cmd_ars_error_inject()
852 static int nfit_test_cmd_ars_inject_clear(struct nfit_test *t, in nfit_test_cmd_ars_inject_clear()
[all …]
/tools/perf/pmu-events/
Djson.c132 int json_line(char *map, jsmntok_t *t) in json_line()
147 const char *json_name(jsmntok_t *t) in json_name()
152 int json_len(jsmntok_t *t) in json_len()
158 int json_streq(char *map, jsmntok_t *t, const char *s) in json_streq()
/tools/bpf/bpftool/
Dbtf_dumper.c54 const struct btf_type *t = btf__type_by_id(d->btf, type_id); in btf_dumper_array() local
194 static int btf_dumper_int(const struct btf_type *t, __u8 bit_offset, in btf_dumper_int()
267 const struct btf_type *t; in btf_dumper_struct() local
315 const struct btf_type *t = btf__type_by_id(d->btf, type_id); in btf_dumper_var() local
330 const struct btf_type *t; in btf_dumper_datasec() local
357 const struct btf_type *t = btf__type_by_id(d->btf, type_id); in btf_dumper_do_type() local
427 const struct btf_type *t; in __btf_dumper_type_only() local
/tools/usb/
Dffs-test.c379 static void init_thread(struct thread *t) in init_thread()
390 struct thread *t = arg; in cleanup_thread() local
422 struct thread *t = arg; in start_thread_helper() local
464 static void start_thread(struct thread *t) in start_thread()
472 static void join_thread(struct thread *t) in join_thread()
483 static ssize_t read_wrap(struct thread *t, void *buf, size_t nbytes) in read_wrap()
488 static ssize_t write_wrap(struct thread *t, const void *buf, size_t nbytes) in write_wrap()
626 static void ep0_init(struct thread *t, bool legacy_descriptors) in ep0_init()
/tools/perf/tests/
Dbuiltin-test.c389 #define for_each_test(j, t) \ argument
393 static int test_and_print(struct test *t, bool force_skip, int subtest) in test_and_print()
563 struct test *t; in __cmd_test() local
653 struct test t = { in perf_test__list_shell() local
670 struct test *t; in perf_test__list() local
Dis_printable_array.c16 } t[] = { in test__is_printable_array() local
/tools/firewire/
Dnosy-dump.c162 struct link_transaction *t; in link_transaction_lookup() local
186 link_transaction_destroy(struct link_transaction *t) in link_transaction_destroy()
213 handle_transaction(struct link_transaction *t) in handle_transaction()
252 struct link_transaction *t; in clear_pending_transaction_list() local
486 struct link_transaction *t; in handle_request_packet() local
551 struct link_transaction *t; in handle_response_packet() local
Ddecode-fcp.c145 decode_avc(struct link_transaction *t) in decode_avc()
174 decode_fcp(struct link_transaction *t) in decode_fcp()
/tools/accounting/
Dgetdelays.c195 #define average_ms(t, c) (t / 1000000ULL / (c ? c : 1)) argument
197 static void print_delayacct(struct taskstats *t) in print_delayacct()
234 static void task_context_switch_counts(struct taskstats *t) in task_context_switch_counts()
253 static void print_ioacct(struct taskstats *t) in print_ioacct()
/tools/testing/selftests/powerpc/signal/
Dsigfuz.c203 pid_t t; in sigfuz_test() local
251 int t, rc; in signal_fuzzer() local
/tools/testing/selftests/networking/timestamping/
Drxtimestamp.c123 void print_test_case(struct test_case *t) in print_test_case()
272 bool run_test_case(struct socket_type s, struct test_case t) in run_test_case()
331 int s, t; in main() local
/tools/lib/lockdep/tests/
DABBA_2threads.c26 pthread_t t; in main() local
/tools/perf/ui/tui/
Dutil.c77 const char *t; in ui_browser__input_window() local
167 const char *t; in __ui__info_window() local
/tools/lib/
Dargv_split.c82 char *t; in argv_split() local
/tools/power/cpupower/utils/helpers/
Damd.c44 int t; in get_did() local
58 int t; in get_cof() local

1234