summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2022-06-17 18:39:57 -0700
committerArnaldo Carvalho de Melo <acme@redhat.com>2022-06-19 11:24:05 -0300
commitc788ef61ef2ae51dc9cbd589e118f827585c156f (patch)
tree986d43dce09e9c904a00e80e6857d918070153d2 /tools/perf/scripts/python/bin/stackcollapse-record
parent37402d5d061ba914a12d16ee8dda6d6964b4819d (diff)
downloadkernel-c788ef61ef2ae51dc9cbd589e118f827585c156f.tar.gz
perf metrics: Ensure at least 1 id per metric
We may have no events for a metric evaluated to a constant. In such a case ensure a tool event is at least evaluated for metric parsing and displaying. Fixes: 8586d2744ff3065e ("perf metrics: Don't add all tool events for sharing") Signed-off-by: Ian Rogers <irogers@google.com> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Andi Kleen <ak@linux.intel.com> Cc: Ingo Molnar <mingo@redhat.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: John Garry <john.garry@huawei.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Stephane Eranian <eranian@google.com> Cc: Xing Zhengjun <zhengjun.xing@linux.intel.com> Link: https://lore.kernel.org/r/20220618013957.999321-1-irogers@google.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
>i2c: stm32: get rid of stm32f7_i2c_release_bus return valueAlain Volmat 2021-11-30i2c: stm32f7: use proper DMAENGINE API for terminationAlain Volmat 2021-11-30i2c: stm32f7: stop dma transfer in case of NACKAlain Volmat 2021-11-30i2c: stm32f7: recover the bus on access timeoutAlain Volmat 2021-11-29i2c: stm32f7: flush TX FIFO upon transfer errorsAlain Volmat 2021-05-25i2c: stm32f7: add SMBus-Alert supportAlain Volmat 2021-04-14i2c: stm32f7: fix reference leak when pm_runtime_get_sync failsQinglang Miao 2021-04-06i2c: stm32f7: avoid ifdef CONFIG_PM_SLEEP for pm callbacksAlain Volmat 2021-03-31i2c: stm32f7: Remove useless error messageTian Tao 2021-03-18i2c: stm32f7: indicate the address being accessed on errorsAlain Volmat 2021-03-18i2c: stm32f7: add support for DNF i2c-digital-filter bindingAlain Volmat 2021-03-18i2c: stm32f7: support DT binding i2c-analog-filterAlain Volmat 2021-02-22Merge branch 'i2c/for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds 2021-02-12i2c: remove redundant error print in stm32f7_i2c_probeMenglong Dong 2021-02-12i2c: stm32f7: fix configuration of the digital filterAlain Volmat