Hi Jiri,
On 2/5/2021 5:49 PM, Jiri Olsa wrote:
On Fri, Jan 29, 2021 at 03:08:54PM +0800, Jin Yao wrote:
SNIP
+ }
+ }
+
if (!ret)
al->filtered |= (1 << HIST_FILTER__SYMBOL);
}
diff --git a/tools/perf/util/symbo
Hi Jiri,
On 2/5/2021 5:49 PM, Jiri Olsa wrote:
On Fri, Jan 29, 2021 at 03:08:54PM +0800, Jin Yao wrote:
SNIP
+ }
+ }
+
if (!ret)
al->filtered |= (1 << HIST_FILTER__SYMBOL);
}
diff --git a/tools/perf/util/symbo
On Fri, Jan 29, 2021 at 03:08:54PM +0800, Jin Yao wrote:
SNIP
> + }
> + }
> +
> if (!ret)
> al->filtered |= (1 << HIST_FILTER__SYMBOL);
> }
> diff --git a/tools/perf/util/symbol.c b/tools/perf/util/symbol.c
> index 64a039cb
Perf-script supports '-S' or '--symbol' options to only list the
trace records in given symbols. Symbol is typically a name
or hex address. If it's hex address, it is the start address of
one symbol.
While it would be useful if we can filter trace records by any hex
address (not only the start add
4 matches
Mail list logo