Home
last modified time | relevance | path

Searched refs:bp_count (Results 1 – 3 of 3) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
Dbp_signal.c98 static long long bp_count(int fd) in bp_count() function
168 count1 = bp_count(fd1); in test__bp_signal()
169 count2 = bp_count(fd2); in test__bp_signal()
Dbp_signal_overflow.c43 static long long bp_count(int fd) in bp_count() function
112 count = bp_count(fd); in test__bp_signal_overflow()
/external/lldb/source/Core/
DSourceManager.cpp141 uint32_t bp_count = bp_locs->NumLineEntriesWithLine (line); in DisplaySourceLinesWithLineNumbersUsingLastFile() local
143 if (bp_count > 0) in DisplaySourceLinesWithLineNumbersUsingLastFile()
144 ::snprintf (prefix, sizeof (prefix), "[%u] ", bp_count); in DisplaySourceLinesWithLineNumbersUsingLastFile()