Searched refs:sdtgrp (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | probe-file.c | 791 const char *sdtgrp) in synthesize_sdt_probe_command() 802 sdtgrp, note->name, pathname, in synthesize_sdt_probe_command() 844 char sdtgrp[64]; in probe_cache__scan_sdt() local 854 ret = snprintf(sdtgrp, 64, "sdt_%s", note->provider); in probe_cache__scan_sdt() 858 entry = probe_cache__find_by_name(pcache, sdtgrp, note->name); in probe_cache__scan_sdt() 866 ret = asprintf(&entry->spev, "%s:%s=%s", sdtgrp, in probe_cache__scan_sdt() 871 entry->pev.group = strdup(sdtgrp); in probe_cache__scan_sdt() 874 buf = synthesize_sdt_probe_command(note, pathname, sdtgrp); in probe_cache__scan_sdt() 789 synthesize_sdt_probe_command(struct sdt_note *note, const char *pathname, const char *sdtgrp) synthesize_sdt_probe_command() argument
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | probe-file.c | 826 const char *sdtgrp) in synthesize_sdt_probe_command() 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() 824 synthesize_sdt_probe_command(struct sdt_note *note, const char *pathname, const char *sdtgrp) synthesize_sdt_probe_command() argument
|
Completed in 4 milliseconds