Searched refs:bid_len (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/perf/
H A Dbuiltin-inject.c659 int bid_len; local
673 bid_len = dso_name - pos->s;
675 if (bid_len % 2 != 0 || bid_len >= SBUILD_ID_SIZE) {
679 for (int ix = 0; 2 * ix + 1 < bid_len; ++ix) {
694 int bid_len; local
701 bid_len = dso_name - pos->s;
705 for (int ix = 0; 2 * ix + 1 < bid_len; ++ix) {
709 dso->bid.size = bid_len / 2;

Completed in 109 milliseconds