Home
last modified time | relevance | path

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

123

/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.h35 #define pr_time_N(n, var, t, fmt, ...) \ argument
38 #define pr_oe_time(t, fmt, ...) pr_time_N(1, debug_ordered_events, t, pr_fmt(fmt), ##__VA_ARGS__) argument
39 #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.c8 u64 t, quot, rem; in perf_time_to_tsc() local
Ddebug.c50 static int veprintf_time(u64 t, const char *fmt, va_list args) in veprintf_time()
65 int eprintf_time(int level, int var, u64 t, const char *fmt, ...) in eprintf_time()
/tools/perf/util/scripting-engines/
Dtrace-event-python.c142 PyObject *t; in define_value() local
183 PyObject *t; in define_field() local
395 PyObject *handler, *context, *t, *obj = NULL, *callchain; in python_process_tracepoint() local
508 PyObject *t; in tuple_new() local
516 static int tuple_set_u64(PyObject *t, unsigned int pos, u64 val) in tuple_set_u64()
526 static int tuple_set_s32(PyObject *t, unsigned int pos, s32 val) in tuple_set_s32()
531 static int tuple_set_string(PyObject *t, unsigned int pos, const char *s) in tuple_set_string()
539 PyObject *t; in python_export_evsel() local
557 PyObject *t; in python_export_machine() local
576 PyObject *t; in python_export_thread() local
[all …]
/tools/objtool/arch/x86/insn/
Dinsn.c30 #define validate_next(t, insn, n) \ argument
33 #define __get_next(t, insn) \ argument
36 #define __peek_nbyte_next(t, insn, n) \ argument
39 #define get_next(t, insn) \ argument
42 #define peek_nbyte_next(t, insn, n) \ argument
45 #define peek_next(t, insn) peek_nbyte_next(t, insn, 0) argument
/tools/perf/util/intel-pt-decoder/
Dinsn.c30 #define validate_next(t, insn, n) \ argument
33 #define __get_next(t, insn) \ argument
36 #define __peek_nbyte_next(t, insn, n) \ argument
39 #define get_next(t, insn) \ argument
42 #define peek_nbyte_next(t, insn, n) \ argument
45 #define peek_next(t, insn) peek_nbyte_next(t, insn, 0) argument
/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/perf/tests/
Dbuiltin-test.c318 #define for_each_test(j, t) \ argument
322 static int test_and_print(struct test *t, bool force_skip, int subtest) in test_and_print()
358 struct test *t; in __cmd_test() local
429 struct test *t; in perf_test__list() local
Dis_printable_array.c14 } t[] = { in test__is_printable_array() local
/tools/usb/
Dffs-test.c331 static void init_thread(struct thread *t) in init_thread()
342 struct thread *t = arg; in cleanup_thread() local
374 struct thread *t = arg; in start_thread_helper() local
416 static void start_thread(struct thread *t) in start_thread()
424 static void join_thread(struct thread *t) in join_thread()
435 static ssize_t read_wrap(struct thread *t, void *buf, size_t nbytes) in read_wrap()
440 static ssize_t write_wrap(struct thread *t, const void *buf, size_t nbytes) in write_wrap()
578 static void ep0_init(struct thread *t, bool legacy_descriptors) in ep0_init()
/tools/lib/lockdep/tests/
DABBA_2threads.c25 pthread_t t; in main() local
/tools/accounting/
Dgetdelays.c194 #define average_ms(t, c) (t / 1000000ULL / (c ? c : 1)) argument
196 static void print_delayacct(struct taskstats *t) in print_delayacct()
227 static void task_context_switch_counts(struct taskstats *t) in task_context_switch_counts()
246 static void print_ioacct(struct taskstats *t) in print_ioacct()
/tools/testing/selftests/powerpc/pmu/ebb/
Debb_lmr.h20 #define LDMX(t, a, b)\ argument
/tools/firewire/
Dnosy-dump.c175 struct link_transaction *t; in link_transaction_lookup() local
199 link_transaction_destroy(struct link_transaction *t) in link_transaction_destroy()
226 handle_transaction(struct link_transaction *t) in handle_transaction()
265 struct link_transaction *t; in clear_pending_transaction_list() local
499 struct link_transaction *t; in handle_request_packet() local
564 struct link_transaction *t; in handle_response_packet() local
Ddecode-fcp.c144 decode_avc(struct link_transaction *t) in decode_avc()
173 decode_fcp(struct link_transaction *t) in decode_fcp()
/tools/perf/ui/tui/
Dutil.c78 const char *t; in ui_browser__input_window() local
169 const char *t; in ui__question_window() local
/tools/power/cpupower/utils/helpers/
Damd.c34 int t; in get_did() local
46 int t; in get_cof() local
/tools/power/x86/turbostat/
Dturbostat.c257 struct thread_data *t; in for_all_cpus() local
433 int dump_counters(struct thread_data *t, struct core_data *c, in dump_counters()
504 int format_counters(struct thread_data *t, struct core_data *c, in format_counters()
729 void format_all_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p) in format_all_counters()
886 int delta_cpu(struct thread_data *t, struct core_data *c, in delta_cpu()
904 void clear_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p) in clear_counters()
952 int sum_counters(struct thread_data *t, struct core_data *c, in sum_counters()
1016 void compute_average(struct thread_data *t, struct core_data *c, in compute_average()
1071 int get_counters(struct thread_data *t, struct core_data *c, struct pkg_data *p) in get_counters()
1822 struct thread_data *t, *t2; in for_all_cpus_2() local
[all …]
/tools/virtio/ringtest/
Dmain.h20 unsigned long long t; in wait_cycles() local
/tools/testing/nvdimm/test/
Dnfit.c383 struct nfit_test *t = container_of(acpi_desc, typeof(*t), acpi_desc); in nfit_test_ctl() local
491 static void *__test_alloc(struct nfit_test *t, size_t size, dma_addr_t *dma, in __test_alloc()
525 static void *test_alloc(struct nfit_test *t, size_t size, dma_addr_t *dma) in test_alloc()
539 struct nfit_test *t = instances[i]; in nfit_test_lookup() local
656 static int nfit_test0_alloc(struct nfit_test *t) in nfit_test0_alloc()
726 static int nfit_test1_alloc(struct nfit_test *t) in nfit_test1_alloc()
758 static void nfit_test0_setup(struct nfit_test *t) in nfit_test0_setup()
1420 static void nfit_test1_setup(struct nfit_test *t) in nfit_test1_setup()
/tools/perf/bench/
Dsched-pipe.c86 int t; in bench_sched_pipe() local
Dnuma.c485 int t; in parse_setup_cpu_list() local
622 int t; in parse_setup_node_list() local
869 int n, t; in count_process_nodes() local
904 int t, p; in count_node_processes() local
968 int t; in calc_convergence() local
1280 int t; in worker_process() local
1351 int t; in init_thread_data() local
1485 int i, t, p; in __bench_numa() local
/tools/testing/selftests/timers/
Dinconsistency-check.c110 time_t t; in consistency_test() local

123