Home
last modified time | relevance | path

Searched refs:btrace (Results 1 – 11 of 11) sorted by relevance

/external/blktrace/
DMakefile6 SCRIPTS = btrace
64 dist: btrace.spec
65 git-tar-tree HEAD btrace-1.0 > btrace-1.0.tar
66 @mkdir -p btrace-1.0
67 @cp btrace.spec btrace-1.0
68 $(TAR) rf btrace-1.0.tar btrace-1.0/btrace.spec
69 @rm -rf btrace-1.0
70 @bzip2 btrace-1.0.tar
73 $(RPMBUILD) -ta btrace-1.0.tar.bz2
76 -rm -f *.o $(PROGS) .depend btrace-1.0.tar.bz2
Dbtrace.spec14 Name: btrace
25 btrace can show detailed info about what is happening on a block
53 %changelog -n btrace
DREADME175 vger hosts a mailing list dedicated to btrace discussion and development.
176 The list is called linux-btrace@vger.kernel.org, subscribe by sending
177 a mail to majordomo@vger.kernel.org with 'subscribe linux-btrace' in
/external/wpa_supplicant_8/src/utils/
Dtrace.h19 #define WPA_TRACE_INFO void *btrace[WPA_TRACE_LEN]; int btrace_num;
29 wpa_trace_dump_func((title), (ptr)->btrace, (ptr)->btrace_num)
30 void wpa_trace_dump_func(const char *title, void **btrace, int btrace_num);
32 (ptr)->btrace_num = backtrace((ptr)->btrace, WPA_TRACE_LEN)
Dtrace.c301 void wpa_trace_dump_func(const char *title, void **btrace, int btrace_num) in wpa_trace_dump_func() argument
309 sym = backtrace_symbols(btrace, btrace_num); in wpa_trace_dump_func()
312 const char *func = wpa_trace_bfd_addr2func(btrace[i]); in wpa_trace_dump_func()
326 wpa_printf(MSG_INFO, "[%d]: ?? [%p]", i, btrace[i]); in wpa_trace_dump_func()
327 wpa_trace_bfd_addr(btrace[i]); in wpa_trace_dump_func()
/external/blktrace/btt/
DREADME11 vger hosts a mailing list dedicated to btrace discussion and development.
12 The list is called linux-btrace@vger.kernel.org, subscribe by sending
13 a mail to majordomo@vger.kernel.org with 'subscribe linux-btrace' in
/external/autotest/client/tests/btreplay/
DMakefile.patch12 SCRIPTS = btrace
/external/blktrace/doc/
Dblktrace.tex186 A \emph{btrace} script is included in the distribution to ease live
190 % btrace /dev/sda
193 By default, \emph{btrace} runs the trace in quiet mode so it will not
204 % btrace /dev/cdrom
/external/toolchain-utils/dejagnu/gdb_baseline/
Di686-pc-linux-gnu9215 Running ./gdb.btrace/enable.exp ...
9216 Running ./gdb.btrace/function_call_history.exp ...
9217 Running ./gdb.btrace/instruction_history.exp ...
Dx86_64-cros-linux-gnu9450 Running ./gdb.btrace/enable.exp ...
9451 Running ./gdb.btrace/function_call_history.exp ...
9452 Running ./gdb.btrace/instruction_history.exp ...
Darmv7a-cros-linux-gnueabi9070 Running ./gdb.btrace/enable.exp ...
9071 Running ./gdb.btrace/function_call_history.exp ...
9072 Running ./gdb.btrace/instruction_history.exp ...