aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorErick Archer <[email protected]>2024-06-02 21:26:14 -0700
committerDmitry Torokhov <[email protected]>2024-06-02 21:32:01 -0700
commita0bd7adadb50471331f0ca28caf068f7fab37b64 (patch)
tree694944053c06256e4974db49d6c8d659f2ad97a4 /tools/perf/scripts/python/bin/stackcollapse-report
parentbb8706a41946d161222cdddd6b3de3025877c204 (diff)
Input: misc - use sizeof(*pointer) instead of sizeof(type)
It is preferred to use sizeof(*pointer) instead of sizeof(type) due to the type of the variable can change and one needs not change the former (unlike the latter). This patch has no effect on runtime behavior. Signed-off-by: Erick Archer <[email protected]> Link: https://lore.kernel.org/r/AS8PR02MB7237884EB989EFF55D1BEF8B8BFE2@AS8PR02MB7237.eurprd02.prod.outlook.com Signed-off-by: Dmitry Torokhov <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions