Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dprobe-file.c774 const char *sdtgrp) in synthesize_sdt_probe_command() argument
785 sdtgrp, note->name, pathname, in synthesize_sdt_probe_command()
820 char sdtgrp[64]; in probe_cache__scan_sdt() local
830 ret = snprintf(sdtgrp, 64, "sdt_%s", note->provider); in probe_cache__scan_sdt()
834 entry = probe_cache__find_by_name(pcache, sdtgrp, note->name); in probe_cache__scan_sdt()
842 ret = asprintf(&entry->spev, "%s:%s=%s", sdtgrp, in probe_cache__scan_sdt()
847 entry->pev.group = strdup(sdtgrp); in probe_cache__scan_sdt()
850 buf = synthesize_sdt_probe_command(note, pathname, sdtgrp); in probe_cache__scan_sdt()