summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2014-01-22 14:49:30 +0100
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2014-02-21 08:50:13 +0100
commitcfa785e623577cdad2aa721acb23bd3a95eced9a (patch)
tree30fcb9b2f2153f08f66dd27b0a51a64b657b7717 /tools/perf/scripts/python/task-analyzer.py
parent137a14f434705a366cc94b2b32f2488c975863ad (diff)
downloadkernel-cfa785e623577cdad2aa721acb23bd3a95eced9a.tar.gz
s390/uaccess: normalize order of parameters of indirect uaccess function calls
For some unknown reason the indirect uaccess functions on s390 implement a different parameter order than what is usual. e.g.: unsigned long copy_to_user(void *to, const void *from, unsigned long n); vs. size_t (*copy_to_user)(size_t n, void __user * to, const void *from); Let's get rid of this confusing parameter reordering. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions
id=7c3a08ffb07e89373d6f461952d14b4c10a6fcf2'>staging: gpib: t1_delay_ioctl_t now unsigned intMichael Rubin 2025-04-15staging: gpib: rsc_ioctl_t now intMichael Rubin 2025-04-15staging: gpib: event_ioctl_t now shortMichael Rubin 2025-04-15staging: gpib: Using struct gpib_request_service2Michael Rubin 2025-04-15staging: gpib: Using gpib_select_device_path_ioctlMichael Rubin 2025-04-15staging: gpib: Using struct gpib_sad_ioctlMichael Rubin 2025-04-15staging: gpib: Using struct gpib_pad_ioctlMichael Rubin 2025-04-15staging: gpib: Using struct gpib_ppoll_config_ioctl`Michael Rubin 2025-04-15staging: gpib: Using struct gpib_select_pci_ioctlMichael Rubin 2025-04-15staging: gpib: Using struct gpib_board_info_ioctlMichael Rubin 2025-04-15staging: gpib: Using struct gpib_spoll_bytes_ioctlMichael Rubin 2025-04-15staging: gpib: Using struct gpib_online_ioctlMichael Rubin 2025-04-15staging: gpib: Using struct gpib_wait_ioctlMichael Rubin 2025-04-15staging: gpib: Using struct gpib_eos_ioctlMichael Rubin 2025-04-15staging: gpib: Using struct gpib_serial_poll_ioctlMichael Rubin 2025-04-15staging: gpib: Using struct gpib_close_dev_ioctlMichael Rubin 2025-04-15staging: gpib: Using struct gpib_open_dev_ioctlMichael Rubin 2025-04-15staging: gpib: Using struct gpib_read_write_ioctlMichael Rubin 2025-04-15staging: gpib: Using struct gpib_board_type_ioctlMichael Rubin 2025-04-15staging: gpib: uapi: Fix CamelCase and IB_STBMichael Rubin 2025-04-15staging: gpib: uapi: Fix CamelCase and IBC DupMichael Rubin 2025-04-15staging: gpib: uapi: Fix CamelCase and IBA DupMichael Rubin 2025-04-15staging: gpib: Correct CamelCase for PPConfigMichael Rubin 2025-04-15staging: gpib: Correct CamelCase for EVENT enumsMichael Rubin 2025-03-20staging: gpib: Correct CamelCase for VALID enumsMichael Rubin 2025-03-20staging: gpib: Correct CamelCase for BUS constantsMichael Rubin 2024-10-19staging: gpib: avoid unused const variablesArnd Bergmann 2024-10-10staging: gpib: Add user api include filesDave Penkler