Searched refs:g_recordAttr (Results 1 - 1 of 1) sorted by relevance
/kernel/liteos_a/apps/perf/src/ |
H A D | perf_record.c | 46 static PerfConfigAttr g_recordAttr; variable 51 return ParseEvents(argv, &g_recordAttr.eventsCfg, &g_recordAttr.eventsCfg.eventsNr); in GetEvents() 56 return ParseIds(argv, (int *)g_recordAttr.taskIds, &g_recordAttr.taskIdsNr); in GetTids() 61 return ParseIds(argv, (int *)g_recordAttr.processIds, &g_recordAttr.processIdsNr); in GetPids() 69 OPTION_UINT("-p", &g_recordAttr.eventsCfg.events[0].period), 70 OPTION_UINT("-s", &g_recordAttr.sampleType), 71 OPTION_UINT("-d", &g_recordAttr [all...] |
Completed in 1 milliseconds