summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/task-analyzer-record
diff options
context:
space:
mode:
authorKuan-Wei Chiu <visitorckw@gmail.com>2025-08-14 17:50:33 +0800
committerAndrew Morton <akpm@linux-foundation.org>2025-09-13 17:32:46 -0700
commit7da017eaa43a215f68d42ebfd08d381134ea6356 (patch)
treec656c61403b50595d73e068f682655978a9273c7 /tools/perf/scripts/python/bin/task-analyzer-record
parent9a0ee378eb6ca39513dcfeffabd10037c2c9f2a0 (diff)
downloadkernel-7da017eaa43a215f68d42ebfd08d381134ea6356.tar.gz
test_firmware: use str_true_false() helper
Replace ternary (condition ? "true" : "false") expressions with the str_true_false() helper from string_choices.h. This improves readability by replacing the three-operand ternary with a single function call, ensures consistent string output, and allows potential string deduplication by the linker, resulting in a slightly smaller binary. Link: https://lkml.kernel.org/r/20250814095033.244034-1-visitorckw@gmail.com Signed-off-by: Kuan-Wei Chiu <visitorckw@gmail.com> Cc: Kuan-Wei Chiu <visitorckw@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/task-analyzer-record')
0 files changed, 0 insertions, 0 deletions
/a>Lijo Lazar 2025-06-23Merge 6.16-rc3 into driver-core-nextGreg Kroah-Hartman 2025-06-18drm/amdgpu: add kicker fws loading for gfx11/smu13/psp13Frank Min 2025-06-18drm/amdgpu: reclaim psp fw reservation memory regionFrank Min 2025-06-18drm/amdgpu: add kicker fws loading for gfx11/smu13/psp13Frank Min 2025-06-18drm/amdgpu: update GPU addresses for SMU and PSPSamuel Zhang 2025-06-18drm/amdgpu: Enable IFWI update support for PSPv14.0.2 and v14.0.3Shiwu Zhang 2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh 2025-06-17sysfs: treewide: switch back to bin_attribute::read()/write()Thomas Weißschuh 2025-05-14drm/amdgpu: add debugfs for spirom IFWI dumpShiwu Zhang 2025-05-12Merge tag 'amd-drm-next-6.16-2025-05-09' of https://gitlab.freedesktop.org/ag...Dave Airlie 2025-05-07drm/amdgpu/psp: mark securedisplay TA as optionalAlex Deucher 2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds 2025-03-21drm/amdgpu: Add support to load PSP TA v13.0.12 for SRIOVAhmad Rehman 2025-03-19drm/amdgpu: Add active_umc_mask to ras init_flagsCandice Li 2025-02-21drm/amdgpu: Constify 'struct bin_attribute'Thomas Weißschuh 2025-02-17drm/amdgpu: Optimize the enablement of GECCCandice Li 2025-02-12drm/amd/amdgpu: add support for IP version 11.5.2Ying Li 2025-02-12drm/amdgpu: reset psp->cmd to NULL after releasing the bufferJiang Liu 2025-02-12drm/amdgpu: Enable IFWI update support with PSPv13.0.12Shiwu Zhang 2025-02-12drm/amdgpu: enlarge the VBIOS binary size limitShiwu Zhang 2025-02-12drm/amdgpu: add support for PSP IP version 14.0.5Tim Huang 2025-02-12drm/amdgpu: bail out when failed to load fw in psp_init_cap_microcode()Jiang Liu 2025-01-09drm/amdgpu: fill the ucode bo during psp resume for SRIOVVictor Zhao 2025-01-09drm/amdgpu: wrong array index to get ip block for PSPJiang Liu 2024-12-10drm/amdgpu: Load spdm_drv for psp v13_0_12Hawking Zhang 2024-12-10drm/amdgpu: add psp 13_0_12 version supportLe Ma 2024-12-10drm/amd: Add the capability to mark certain firmware as "required"Mario Limonciello