Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dprobe-file.c808 const char *sdtgrp) in synthesize_sdt_probe_command() argument
821 sdtgrp, note->name, pathname, in synthesize_sdt_probe_command()
895 char sdtgrp[64]; in probe_cache__scan_sdt() local
905 ret = snprintf(sdtgrp, 64, "sdt_%s", note->provider); in probe_cache__scan_sdt()
909 entry = probe_cache__find_by_name(pcache, sdtgrp, note->name); in probe_cache__scan_sdt()
917 ret = asprintf(&entry->spev, "%s:%s=%s", sdtgrp, in probe_cache__scan_sdt()
922 entry->pev.group = strdup(sdtgrp); in probe_cache__scan_sdt()
925 buf = synthesize_sdt_probe_command(note, pathname, sdtgrp); in probe_cache__scan_sdt()