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 25 #define WPA_TRACE_INFO void *btrace[WPA_TRACE_LEN]; int btrace_num;
35 wpa_trace_dump_func((title), (ptr)->btrace, (ptr)->btrace_num)
36 void wpa_trace_dump_func(const char *title, void **btrace, int btrace_num);
38 (ptr)->btrace_num = backtrace((ptr)->btrace, WPA_TRACE_LEN)
trace.c 261 void wpa_trace_dump_func(const char *title, void **btrace, int btrace_num)
269 sym = backtrace_symbols(btrace, btrace_num);
272 const char *func = wpa_trace_bfd_addr2func(btrace[i]);
286 wpa_printf(MSG_INFO, "[%d]: ?? [%p]", i, btrace[i]);
287 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 131 milliseconds