Searched refs:bt (Results 1 – 11 of 11) sorted by relevance
| /tools/testing/selftests/net/tcp_ao/ |
| A D | bench-lookups.c | 214 struct bench_tests *bt = &bench_results[i]; in server_fn() local 233 bench_delete(lsk, &bt->add_key, &bt->delete_last_key, in server_fn() 236 nr_keys[i], &bt->add_key); in server_fn() 238 nr_keys[i], &bt->delete_last_key); in server_fn() 240 bench_delete(lsk, &bt->add_key, &bt->delete_rand_key, in server_fn() 243 nr_keys[i], &bt->delete_rand_key); in server_fn() 245 bench_delete(lsk, &bt->add_key, &bt->delete_async, in server_fn() 300 con = &bt->connect_rand_key; in bench_connect_client() 302 con = &bt->connect_last_key; in bench_connect_client() 346 nr_keys[i], &bt->connect_last_key); in client_fn() [all …]
|
| /tools/perf/util/ |
| A D | dso.h | 687 static inline void dso__set_symtab_type(struct dso *dso, enum dso_binary_type bt) in dso__set_symtab_type() argument 689 RC_CHK_ACCESS(dso)->symtab_type = bt; in dso__set_symtab_type() 863 static inline void dso__set_binary_type(struct dso *dso, enum dso_binary_type bt) in dso__set_binary_type() argument 865 RC_CHK_ACCESS(dso)->binary_type = bt; in dso__set_binary_type() 870 enum dso_binary_type bt = dso__binary_type(dso); in dso__is_vmlinux() local 872 return bt == DSO_BINARY_TYPE__VMLINUX || bt == DSO_BINARY_TYPE__GUEST_VMLINUX; in dso__is_vmlinux() 877 enum dso_binary_type bt = dso__binary_type(dso); in dso__is_kcore() local 879 return bt == DSO_BINARY_TYPE__KCORE || bt == DSO_BINARY_TYPE__GUEST_KCORE; in dso__is_kcore() 884 enum dso_binary_type bt = dso__binary_type(dso); in dso__is_kallsyms() local 886 return bt == DSO_BINARY_TYPE__KALLSYMS || bt == DSO_BINARY_TYPE__GUEST_KALLSYMS; in dso__is_kallsyms()
|
| A D | Build | 232 perf-util-$(CONFIG_LIBBABELTRACE) += data-convert-bt.o
|
| /tools/perf/util/intel-pt-decoder/ |
| A D | intel-pt-decoder.h | 102 #define BLK_TYPE(bt) [INTEL_PT_##bt] = INTEL_PT_##bt##_POS + 1 in intel_pt_blk_type_pos() argument
|
| /tools/testing/selftests/ublk/ |
| A D | test_generic_01.sh | 19 bpftrace trace/seq_io.bt "$dev_t" "W" 1 > "$UBLK_TMP" 2>&1 &
|
| A D | test_generic_02.sh | 19 bpftrace trace/seq_io.bt "$dev_t" "W" 1 > "$UBLK_TMP" 2>&1 &
|
| A D | test_generic_12.sh | 20 bpftrace trace/count_ios_per_tid.bt "$dev_t" > "$UBLK_TMP" 2>&1 &
|
| /tools/power/pm-graph/ |
| A D | bootgraph.py | 341 bt = datetime.strptime(m.group('d')+' '+m.group('t'), '%Y-%m-%d %H:%M:%S') 342 bt = bt - timedelta(seconds=int(ktime)) 343 data.boottime = bt.strftime('%Y-%m-%d_%H:%M:%S') 344 sysvals.stamp['time'] = bt.strftime('%B %d %Y, %I:%M:%S %p')
|
| /tools/testing/selftests/bpf/ |
| A D | test_progs.c | 1265 void *bt[MAX_BACKTRACE_SZ]; in crash_handler() local 1268 sz = backtrace(bt, ARRAY_SIZE(bt)); in crash_handler() 1281 backtrace_symbols_fd(bt, sz, STDERR_FILENO); in crash_handler()
|
| /tools/perf/ |
| A D | builtin-trace.c | 968 const struct btf_type *bt = arg->fmt->type; in syscall_arg__strtoul_btf_enum() local 970 struct btf_enum *be = btf_enum(bt); in syscall_arg__strtoul_btf_enum() 972 for (int i = 0; i < btf_vlen(bt); ++i, ++be) { in syscall_arg__strtoul_btf_enum() 987 const struct btf_type *bt; in syscall_arg__strtoul_btf_type() local 1003 bt = arg->fmt->type; in syscall_arg__strtoul_btf_type() 1004 if (bt == NULL) in syscall_arg__strtoul_btf_type() 3786 const struct btf_type *bt; in trace__bpf_sys_enter_beauty_map() local 3823 bt = sc->arg_fmt[i].type; in trace__bpf_sys_enter_beauty_map() 3824 beauty_array[i] = bt->size; in trace__bpf_sys_enter_beauty_map()
|
| /tools/perf/Documentation/ |
| A D | perf-script.txt | 315 --stop-bt::
|
Completed in 30 milliseconds