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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
bp_signal.c 98 static long long bp_count(int fd) function
168 count1 = bp_count(fd1);
169 count2 = bp_count(fd2);
bp_signal_overflow.c 43 static long long bp_count(int fd) function
112 count = bp_count(fd);
  /external/lldb/source/Core/
SourceManager.cpp 141 uint32_t bp_count = bp_locs->NumLineEntriesWithLine (line); local
143 if (bp_count > 0)
144 ::snprintf (prefix, sizeof (prefix), "[%u] ", bp_count);

Completed in 61 milliseconds