Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Dprobe-file.c826 const char *sdtgrp) in synthesize_sdt_probe_command() argument
839 sdtgrp, note->name, pathname, in synthesize_sdt_probe_command()
913 char sdtgrp[64]; in probe_cache__scan_sdt() local
923 ret = snprintf(sdtgrp, 64, "sdt_%s", note->provider); in probe_cache__scan_sdt()
927 entry = probe_cache__find_by_name(pcache, sdtgrp, note->name); in probe_cache__scan_sdt()
935 ret = asprintf(&entry->spev, "%s:%s=%s", sdtgrp, in probe_cache__scan_sdt()
940 entry->pev.group = strdup(sdtgrp); in probe_cache__scan_sdt()
943 buf = synthesize_sdt_probe_command(note, pathname, sdtgrp); in probe_cache__scan_sdt()