Searched refs:spev (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/perf/util/
H A Dprobe-file.c396 zfree(&entry->spev);
412 entry->spev = synthesize_perf_probe_command(pev);
413 if (!entry->spev ||
541 entry->spev = strdup(buf + 1);
542 if (entry->spev)
662 (!strcmp(entry->spev, cmd)))
935 ret = asprintf(&entry->spev, "%s:%s=%s", sdtgrp,
980 pr_debug("Writing cache: %s%s\n", prefix, entry->spev);
982 iov[1].iov_base = entry->spev; iov[1].iov_len = strlen(entry->spev);
[all...]
H A Dprobe-file.h15 char *spev; member in struct:probe_cache_entry

Completed in 187 milliseconds