sample_flags_to_name 1404 tools/perf/builtin-script.c name = sample_flags_to_name(flags & ~PERF_IP_FLAG_IN_TX); sample_flags_to_name 1409 tools/perf/builtin-script.c name = sample_flags_to_name(flags & ~(PERF_IP_FLAG_IN_TX | PERF_IP_FLAG_TRACE_BEGIN)); sample_flags_to_name 1415 tools/perf/builtin-script.c name = sample_flags_to_name(flags & ~(PERF_IP_FLAG_IN_TX | PERF_IP_FLAG_TRACE_END));