HomeSort by: relevance | last modified time | path
    Searched refs:mxv_core (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/examples/mxv-pthreads/experiments/
profile.sh 75 echo "-------------- Show the source listing of mxv_core ---------------------"
76 gprofng display text -metrics e.totalcpu -source mxv_core $exp_directory
78 echo "-------------- Show the disassembly listing of mxv_core ----------------"
79 gprofng display text -metrics e.totalcpu -disasm mxv_core $exp_directory
  /src/external/gpl3/binutils.old/dist/gprofng/examples/mxv-pthreads/experiments/
profile.sh 75 echo "-------------- Show the source listing of mxv_core ---------------------"
76 gprofng display text -metrics e.totalcpu -source mxv_core $exp_directory
78 echo "-------------- Show the disassembly listing of mxv_core ----------------"
79 gprofng display text -metrics e.totalcpu -disasm mxv_core $exp_directory
  /src/external/gpl3/binutils/dist/gprofng/examples/mxv-pthreads/src/
mxv.c 48 (void) mxv_core (row_index_start, row_index_end, m, n, A, b, c);
63 void __attribute__ ((noinline)) mxv_core (int64_t row_index_start, function
mydefs.h 53 void __attribute__ ((noinline)) mxv_core (int64_t row_index_start,
  /src/external/gpl3/binutils.old/dist/gprofng/examples/mxv-pthreads/src/
mxv.c 48 (void) mxv_core (row_index_start, row_index_end, m, n, A, b, c);
63 void __attribute__ ((noinline)) mxv_core (int64_t row_index_start, function
mydefs.h 53 void __attribute__ ((noinline)) mxv_core (int64_t row_index_start,

Completed in 30 milliseconds