Searched refs:perfconfig_events (Results 1 – 1 of 1) sorted by relevance
238 char *perfconfig_events; member5296 trace->perfconfig_events = strdup(value); in trace__config()5297 if (trace->perfconfig_events == NULL) { in trace__config()5343 zfree(&trace->perfconfig_events); in trace__exit()5541 if (trace.perfconfig_events != NULL) { in cmd_trace()5545 err = parse_events(trace.evlist, trace.perfconfig_events, &parse_err); in cmd_trace()5547 parse_events_error__print(&parse_err, trace.perfconfig_events); in cmd_trace()