Searched refs:perfconfig_events (Results 1 – 1 of 1) sorted by relevance
230 char *perfconfig_events; member5308 trace->perfconfig_events = strdup(value); in trace__config()5309 if (trace->perfconfig_events == NULL) { in trace__config()5356 zfree(&trace->perfconfig_events); in trace__exit()5547 if (trace.perfconfig_events != NULL) { in cmd_trace()5551 err = parse_events(trace.evlist, trace.perfconfig_events, &parse_err); in cmd_trace()5553 parse_events_error__print(&parse_err, trace.perfconfig_events); in cmd_trace()