summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorAbhinav Krishna C K <me@abhy.me>2025-07-14 15:45:32 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-07-15 10:09:17 +0200
commit1fd45d1efc73005ff180007b05c8a8c0af5f3244 (patch)
tree9bb5c6e85c311bad47501a99ce625b442adae264 /tools/perf/scripts/python/event_analyzing_sample.py
parentee38e132719949fdb97c131bc1b970649e446e6c (diff)
downloadkernel-1fd45d1efc73005ff180007b05c8a8c0af5f3244.tar.gz
staging: greybus: Documentation: firmware: Move logical AND to previous line
Fix checkpatch CHECK: "Logical continuations should be on the previous line" in firmware.c:123 Signed-off-by: Abhinav Krishna C K <me@abhy.me> Link: https://lore.kernel.org/r/20250714134537.59218-1-me@abhy.me Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions
atalin Marinas 2009-07-29kmemleak: Protect the seq start/next/stop sequence by rcu_read_lock()Catalin Marinas 2009-07-08kmemleak: Allow partial freeing of memory blocksCatalin Marinas 2009-07-08kmemleak: Scan objects allocated during a scanning episodeCatalin Marinas 2009-07-08kmemleak: Do not acquire scan_mutex in kmemleak_open()Catalin Marinas 2009-07-08kmemleak: Remove the reported leaks number limitationCatalin Marinas 2009-07-07kmemleak: Add more cond_resched() calls in the scanning threadCatalin Marinas 2009-07-07kmemleak: Renice the scanning thread to +10Catalin Marinas 2009-07-01kmemleak: Fix scheduling-while-atomic bugIngo Molnar 2009-06-29kmemleak: Do not warn if an unknown object is freedCatalin Marinas 2009-06-29kmemleak: Do not report new leaked objects if the scanning was stoppedCatalin Marinas 2009-06-26kmemleak: Slightly change the policy on newly allocated objectsCatalin Marinas 2009-06-26kmemleak: Do not trigger a scan when reading the debug/kmemleak fileCatalin Marinas 2009-06-26kmemleak: Simplify the reports logged by the scanning threadCatalin Marinas 2009-06-26kmemleak: Enable task stacks scanning by defaultCatalin Marinas 2009-06-25kmemleak: Allow the early log buffer to be configurable.Catalin Marinas 2009-06-23kmemleak: use pr_fmtJoe Perches 2009-06-17kmemleak: Fix some typos in commentsCatalin Marinas 2009-06-17kmemleak: Rename kmemleak_panic to kmemleak_stopCatalin Marinas 2009-06-17kmemleak: Only use GFP_KERNEL|GFP_ATOMIC for the internal allocationsCatalin Marinas 2009-06-11kmemleak: Add the base supportCatalin Marinas