Searched refs:perfconfig_events (Results 1 – 1 of 1) sorted by relevance
229 char *perfconfig_events; member5315 trace->perfconfig_events = strdup(value); in trace__config()5316 if (trace->perfconfig_events == NULL) { in trace__config()5363 zfree(&trace->perfconfig_events); in trace__exit()5554 if (trace.perfconfig_events != NULL) { in cmd_trace()5558 err = parse_events(trace.evlist, trace.perfconfig_events, &parse_err); in cmd_trace()5560 parse_events_error__print(&parse_err, trace.perfconfig_events); in cmd_trace()