side_band        1692 tools/perf/util/evlist.c 	evsel->side_band.cb = cb;
side_band        1693 tools/perf/util/evlist.c 	evsel->side_band.data = data;
side_band        1737 tools/perf/util/evlist.c 				if (evsel && evsel->side_band.cb)
side_band        1738 tools/perf/util/evlist.c 					evsel->side_band.cb(event, evsel->side_band.data);
side_band         102 tools/perf/util/evsel.h 	} side_band;