Searched refs:ppt (Results 1 – 3 of 3) sorted by relevance
1315 struct perf_probe_point *ppt) in debuginfo__find_probe_point() argument1378 ppt->line = lineno - baseline; in debuginfo__find_probe_point()1380 ppt->offset = addr - (unsigned long)baseaddr; in debuginfo__find_probe_point()1384 ppt->function = strdup(func); in debuginfo__find_probe_point()1385 if (ppt->function == NULL) { in debuginfo__find_probe_point()1391 ppt->file = strdup(fname); in debuginfo__find_probe_point()1392 if (ppt->file == NULL) { in debuginfo__find_probe_point()1393 if (ppt->function) { in debuginfo__find_probe_point()1394 free(ppt->function); in debuginfo__find_probe_point()1395 ppt->function = NULL; in debuginfo__find_probe_point()
43 struct perf_probe_point *ppt);
230 u8 ppt; member251 u8 ppt; member