Home
last modified time | relevance | path

Searched refs:sdtgrp (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/tools/perf/util/
Dprobe-file.c774 const char *sdtgrp) in synthesize_sdt_probe_command() argument
784 sdtgrp, note->name, pathname, in synthesize_sdt_probe_command()
813 char sdtgrp[64]; in probe_cache__scan_sdt() local
823 ret = snprintf(sdtgrp, 64, "sdt_%s", note->provider); in probe_cache__scan_sdt()
827 entry = probe_cache__find_by_name(pcache, sdtgrp, note->name); in probe_cache__scan_sdt()
835 ret = asprintf(&entry->spev, "%s:%s=%s", sdtgrp, in probe_cache__scan_sdt()
840 entry->pev.group = strdup(sdtgrp); in probe_cache__scan_sdt()
843 buf = synthesize_sdt_probe_command(note, pathname, sdtgrp); in probe_cache__scan_sdt()