HomeSort by relevance Sort by last modified time
    Searched refs:btrace (Results 1 - 5 of 5) sorted by null

  /external/blktrace/
Makefile 6 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.spe
    [all...]
btrace.spec 2 # spec file for package btrace (Version 1.0)
14 Name: btrace
25 btrace can show detailed info about what is happening on a block
53 %changelog -n btrace
  /external/wpa_supplicant_8/src/utils/
trace.h 19 #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)
trace.c 255 void wpa_trace_dump_func(const char *title, void **btrace, int btrace_num)
263 sym = backtrace_symbols(btrace, btrace_num);
266 const char *func = wpa_trace_bfd_addr2func(btrace[i]);
280 wpa_printf(MSG_INFO, "[%d]: ?? [%p]", i, btrace[i]);
281 wpa_trace_bfd_addr(btrace[i]);
  /external/blktrace/doc/
blktrace.tex 186 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
    [all...]

Completed in 242 milliseconds