Searched refs:copy_ulong (Results 1 – 1 of 1) sorted by relevance
67 static unsigned long copy_ulong(char ** c, char delim) in copy_ulong() function109 event->value = copy_ulong(&c, ':'); in opd_parse_events()110 event->counter = copy_ulong(&c, ':'); in opd_parse_events()111 event->count = copy_ulong(&c, ':'); in opd_parse_events()112 event->um = copy_ulong(&c, ':'); in opd_parse_events()113 event->kernel = copy_ulong(&c, ':'); in opd_parse_events()114 event->user = copy_ulong(&c, ','); in opd_parse_events()