type stringclasses 2
values | api_name stringlengths 4 44 | file stringlengths 8 70 | commit stringlengths 40 40 | old_signature stringlengths 14 4.12k ⌀ | new_signature stringlengths 19 4.19k ⌀ | change_type stringclasses 5
values |
|---|---|---|---|---|---|---|
function_signature_change | show_results_info | tools/testing/selftests/resctrl/cat_test.c | 205de6ddd7fff9340bd5e4b68105f28120671c6b | static int show_results_info(__u64 sum_llc_val, int no_of_bits,
unsigned long cache_span, unsigned long max_diff,
unsigned long max_diff_percent, unsigned long num_of_runs,
bool platform) | static int show_results_info(__u64 sum_llc_val, int no_of_bits,
unsigned long cache_span,
unsigned long min_diff_percent,
unsigned long num_of_runs, bool platform,
__s64 *prev_avg_llc_val) | param_type_changed |
function_signature_change | check_results | tools/testing/selftests/resctrl/cat_test.c | 205de6ddd7fff9340bd5e4b68105f28120671c6b | static int check_results(struct resctrl_val_param *param, size_t span) | static int check_results(struct resctrl_val_param *param, const char *cache_type,
unsigned long cache_total_size, unsigned long full_cache_mask,
unsigned long current_mask) | param_added |
function_signature_change | cat_test | tools/testing/selftests/resctrl/cat_test.c | 205de6ddd7fff9340bd5e4b68105f28120671c6b | static int cat_test(struct resctrl_val_param *param, size_t span) | static int cat_test(struct resctrl_val_param *param, size_t span, unsigned long current_mask) | param_added |
function_signature_change | mem_flush | tools/testing/selftests/resctrl/fill_buf.c | 205de6ddd7fff9340bd5e4b68105f28120671c6b | static void mem_flush(unsigned char *buf, size_t buf_size) | void mem_flush(unsigned char *buf, size_t buf_size) | return_type_changed |
function_signature_change | fill_cache_read | tools/testing/selftests/resctrl/fill_buf.c | 205de6ddd7fff9340bd5e4b68105f28120671c6b | static void fill_cache_read(unsigned char *buf, size_t buf_size, bool once) | void fill_cache_read(unsigned char *buf, size_t buf_size, bool once) | return_type_changed |
function_signature_change | count_contiguous_bits | tools/testing/selftests/resctrl/resctrlfs.c | 205de6ddd7fff9340bd5e4b68105f28120671c6b | static unsigned int count_contiguous_bits(unsigned long val, unsigned int *start) | unsigned int count_contiguous_bits(unsigned long val, unsigned int *start) | return_type_changed |
function_signature_change | fill_cache_read | tools/testing/selftests/resctrl/fill_buf.c | 90a009db09e2b91990df28e47844d44ae0ef9aa8 | static int fill_cache_read(unsigned char *buf, size_t buf_size, bool once) | static void fill_cache_read(unsigned char *buf, size_t buf_size, bool once) | return_type_changed |
function_signature_change | fill_cache_write | tools/testing/selftests/resctrl/fill_buf.c | 90a009db09e2b91990df28e47844d44ae0ef9aa8 | static int fill_cache_write(unsigned char *buf, size_t buf_size, bool once) | static void fill_cache_write(unsigned char *buf, size_t buf_size, bool once) | return_type_changed |
function_signature_change | perf_event_reset_enable | tools/testing/selftests/resctrl/cache.c | 2892731ec2893252cdbc256a2bd5436b7fd94cf7 | static void perf_event_reset_enable(int pe_fd) | int perf_event_reset_enable(int pe_fd) | return_type_changed |
function_signature_change | perf_event_attr_initialize | tools/testing/selftests/resctrl/cache.c | 433f437b3ae2ed4e318ecd5233c82f6936e78e82 | static void perf_event_attr_initialize(struct perf_event_attr *pea, __u64 config) | void perf_event_attr_initialize(struct perf_event_attr *pea, __u64 config) | return_type_changed |
function_signature_change | perf_event_initialize_read_format | tools/testing/selftests/resctrl/cache.c | 433f437b3ae2ed4e318ecd5233c82f6936e78e82 | static void perf_event_initialize_read_format(struct perf_event_read *pe_read) | void perf_event_initialize_read_format(struct perf_event_read *pe_read) | return_type_changed |
function_signature_change | perf_open | tools/testing/selftests/resctrl/cache.c | 433f437b3ae2ed4e318ecd5233c82f6936e78e82 | static int perf_open(struct perf_event_attr *pea, pid_t pid, int cpu_no) | int perf_open(struct perf_event_attr *pea, pid_t pid, int cpu_no) | return_type_changed |
function_signature_change | perf_event_measure | tools/testing/selftests/resctrl/cache.c | 433f437b3ae2ed4e318ecd5233c82f6936e78e82 | static int perf_event_measure(int pe_fd, struct perf_event_read *pe_read,
const char *filename, int bm_pid) | int perf_event_measure(int pe_fd, struct perf_event_read *pe_read,
const char *filename, int bm_pid) | return_type_changed |
function_signature_change | perf_event_attr_initialize | tools/testing/selftests/resctrl/cache.c | 3cdad0a5a6cf581519748612cb449b43379510a4 | static void perf_event_attr_initialize(__u64 config) | static void perf_event_attr_initialize(struct perf_event_attr *pea, __u64 config) | param_added |
function_signature_change | perf_event_reset_enable | tools/testing/selftests/resctrl/cache.c | 3cdad0a5a6cf581519748612cb449b43379510a4 | static void perf_event_reset_enable(void) | static void perf_event_reset_enable(int pe_fd) | param_type_changed |
function_signature_change | perf_event_initialize_read_format | tools/testing/selftests/resctrl/cache.c | 3cdad0a5a6cf581519748612cb449b43379510a4 | static void perf_event_initialize_read_format(void) | static void perf_event_initialize_read_format(struct perf_event_read *pe_read) | param_type_changed |
function_signature_change | perf_open | tools/testing/selftests/resctrl/cache.c | 3cdad0a5a6cf581519748612cb449b43379510a4 | static int perf_open(pid_t pid, int cpu_no) | static int perf_open(struct perf_event_attr *pea, pid_t pid, int cpu_no) | param_added |
function_signature_change | perf_event_measure | tools/testing/selftests/resctrl/cache.c | 3cdad0a5a6cf581519748612cb449b43379510a4 | static int perf_event_measure(const char *filename, int bm_pid) | static int perf_event_measure(int pe_fd, struct perf_event_read *pe_read,
const char *filename, int bm_pid) | param_added |
function_signature_change | perf_event_attr_initialize | tools/testing/selftests/resctrl/cache.c | 038ce802e248a985150156da84bc3f118236b898 | static void perf_event_attr_initialize(void) | static void perf_event_attr_initialize(__u64 config) | param_type_changed |
function_signature_change | get_llc_perf | tools/testing/selftests/resctrl/cache.c | 33403bc7fe2ec35cd87e4f11db4d1a1da1e5ce12 | static int get_llc_perf(unsigned long *llc_perf_miss) | static int get_llc_perf(__u64 *llc_perf_miss) | param_type_changed |
function_signature_change | print_results_cache | tools/testing/selftests/resctrl/cache.c | 33403bc7fe2ec35cd87e4f11db4d1a1da1e5ce12 | static int print_results_cache(const char *filename, int bm_pid,
unsigned long llc_value) | static int print_results_cache(const char *filename, int bm_pid, __u64 llc_value) | param_type_changed |
function_signature_change | show_cache_info | tools/testing/selftests/resctrl/cache.c | 33403bc7fe2ec35cd87e4f11db4d1a1da1e5ce12 | void show_cache_info(int no_of_bits, unsigned long avg_llc_val,
size_t cache_span, bool lines) | void show_cache_info(int no_of_bits, __u64 avg_llc_val, size_t cache_span, bool lines) | param_type_changed |
function_signature_change | show_results_info | tools/testing/selftests/resctrl/cat_test.c | 33403bc7fe2ec35cd87e4f11db4d1a1da1e5ce12 | static int show_results_info(unsigned long sum_llc_val, int no_of_bits,
unsigned long cache_span, unsigned long max_diff,
unsigned long max_diff_percent, unsigned long num_of_runs,
bool platform) | static int show_results_info(__u64 sum_llc_val, int no_of_bits,
unsigned long cache_span, unsigned long max_diff,
unsigned long max_diff_percent, unsigned long num_of_runs,
bool platform) | param_type_changed |
function_signature_change | show_cache_info | tools/testing/selftests/resctrl/resctrl.h | 33403bc7fe2ec35cd87e4f11db4d1a1da1e5ce12 | void show_cache_info(int no_of_bits, unsigned long avg_llc_val,
size_t cache_span, bool lines) | void show_cache_info(int no_of_bits, __u64 avg_llc_val, size_t cache_span, bool lines) | param_type_changed |
function_signature_change | show_cache_info | tools/testing/selftests/resctrl/cache.c | 5caf1b6400d30a31363063314bddea4e5680d639 | int show_cache_info(unsigned long sum_llc_val, int no_of_bits,
size_t cache_span, unsigned long max_diff,
unsigned long max_diff_percent, unsigned long num_of_runs,
bool platform, bool cmt) | void show_cache_info(int no_of_bits, unsigned long avg_llc_val,
size_t cache_span, bool lines) | param_removed |
function_signature_change | show_cache_info | tools/testing/selftests/resctrl/resctrl.h | 5caf1b6400d30a31363063314bddea4e5680d639 | int show_cache_info(unsigned long sum_llc_val, int no_of_bits,
size_t cache_span, unsigned long max_diff,
unsigned long max_diff_percent, unsigned long num_of_runs,
bool platform, bool cmt) | void show_cache_info(int no_of_bits, unsigned long avg_llc_val,
size_t cache_span, bool lines) | param_removed |
function_signature_change | print_results_cache | tools/testing/selftests/resctrl/cache.c | a575c9734f3021f1fc81c2477ecaee4d9841fd59 | static int print_results_cache(char *filename, int bm_pid,
unsigned long llc_value) | static int print_results_cache(const char *filename, int bm_pid,
unsigned long llc_value) | param_type_changed |
function_signature_change | get_cache_size | tools/testing/selftests/resctrl/resctrl.h | 60c2a6926cc94dcd8a60ab593b4092bc354061c3 | int get_cache_size(int cpu_no, char *cache_type, unsigned long *cache_size) | int get_cache_size(int cpu_no, const char *cache_type, unsigned long *cache_size) | param_type_changed |
function_signature_change | get_cache_size | tools/testing/selftests/resctrl/resctrlfs.c | 60c2a6926cc94dcd8a60ab593b4092bc354061c3 | int get_cache_size(int cpu_no, char *cache_type, unsigned long *cache_size) | int get_cache_size(int cpu_no, const char *cache_type, unsigned long *cache_size) | param_type_changed |
function_signature_change | run_fill_buf | tools/testing/selftests/resctrl/fill_buf.c | 24be05591fb7a2a3edd639092c045298dd57aeea | int run_fill_buf(size_t span, int memflush, int op, bool once) | int run_fill_buf(size_t buf_size, int memflush, int op, bool once) | param_type_changed |
function_signature_change | run_fill_buf | tools/testing/selftests/resctrl/resctrl.h | 24be05591fb7a2a3edd639092c045298dd57aeea | int run_fill_buf(size_t span, int memflush, int op, bool once) | int run_fill_buf(size_t buf_size, int memflush, int op, bool once) | param_type_changed |
function_signature_change | loop_config_discard | drivers/block/loop.c | 473516b361936cbc27d7728df649a5b3094b6170 | static void loop_config_discard(struct loop_device *lo) | static void loop_config_discard(struct loop_device *lo,
struct queue_limits *lim) | param_added |
function_signature_change | virtblk_read_limits | drivers/block/virtio_blk.c | 8b837256560c783415b42748959900befcde2d00 | static int virtblk_read_limits(struct virtio_blk *vblk) | static int virtblk_read_limits(struct virtio_blk *vblk,
struct queue_limits *lim) | param_added |
function_signature_change | __blk_mq_alloc_disk | include/linux/blk-mq.h | 27e32cd23fed1ab88098897897dcb9ec2bdba4de | struct gendisk *__blk_mq_alloc_disk(struct blk_mq_tag_set *set, void *queuedata,
struct lock_class_key *lkclass) | struct gendisk *__blk_mq_alloc_disk(struct blk_mq_tag_set *set,
struct queue_limits *lim, void *queuedata,
struct lock_class_key *lkclass) | param_added |
function_signature_change | blk_alloc_queue | block/blk.h | ad751ba1f8d5d4f4f4b429b552a154e888524a93 | struct request_queue *blk_alloc_queue(int node_id) | struct request_queue *blk_alloc_queue(struct queue_limits *lim, int node_id) | param_added |
function_signature_change | blk_set_default_limits | block/blk-settings.c | d690cb8ae14bd377d422b7905b6959c7e7a45b95 | void blk_set_default_limits(struct queue_limits *lim) | int blk_set_default_limits(struct queue_limits *lim) | return_type_changed |
function_signature_change | blk_set_default_limits | block/blk.h | d690cb8ae14bd377d422b7905b6959c7e7a45b95 | void blk_set_default_limits(struct queue_limits *lim) | int blk_set_default_limits(struct queue_limits *lim) | return_type_changed |
function_signature_change | notify_resource_state_change | drivers/block/drbd/drbd_state.c | fe0b1e9a73d60f01fdc391925be74e823af7c91d | int notify_resource_state_change(struct sk_buff *skb,
unsigned int seq,
struct drbd_resource_state_change *resource_state_change,
enum drbd_notification_type type) | int notify_resource_state_change(struct sk_buff *skb,
unsigned int seq,
void *state_change,
enum drbd_notification_type type) | param_type_changed |
function_signature_change | notify_connection_state_change | drivers/block/drbd/drbd_state.c | fe0b1e9a73d60f01fdc391925be74e823af7c91d | int notify_connection_state_change(struct sk_buff *skb,
unsigned int seq,
struct drbd_connection_state_change *connection_state_change,
enum drbd_notification_type type) | int notify_connection_state_change(struct sk_buff *skb,
unsigned int seq,
void *state_change,
enum drbd_notification_type type) | param_type_changed |
function_signature_change | notify_device_state_change | drivers/block/drbd/drbd_state.c | fe0b1e9a73d60f01fdc391925be74e823af7c91d | int notify_device_state_change(struct sk_buff *skb,
unsigned int seq,
struct drbd_device_state_change *device_state_change,
enum drbd_notification_type type) | int notify_device_state_change(struct sk_buff *skb,
unsigned int seq,
void *state_change,
enum drbd_notification_type type) | param_type_changed |
function_signature_change | notify_peer_device_state_change | drivers/block/drbd/drbd_state.c | fe0b1e9a73d60f01fdc391925be74e823af7c91d | int notify_peer_device_state_change(struct sk_buff *skb,
unsigned int seq,
struct drbd_peer_device_state_change *p,
enum drbd_notification_type type) | int notify_peer_device_state_change(struct sk_buff *skb,
unsigned int seq,
void *state_change,
enum drbd_notification_type type) | param_type_changed |
function_signature_change | notify_resource_state_change | drivers/block/drbd/drbd_state_change.h | fe0b1e9a73d60f01fdc391925be74e823af7c91d | extern int notify_resource_state_change(struct sk_buff *,
unsigned int,
struct drbd_resource_state_change *,
enum drbd_notification_type type) | extern int notify_resource_state_change(struct sk_buff *,
unsigned int,
void *,
enum drbd_notification_type type) | param_type_changed |
function_signature_change | notify_connection_state_change | drivers/block/drbd/drbd_state_change.h | fe0b1e9a73d60f01fdc391925be74e823af7c91d | extern int notify_connection_state_change(struct sk_buff *,
unsigned int,
struct drbd_connection_state_change *,
enum drbd_notification_type type) | extern int notify_connection_state_change(struct sk_buff *,
unsigned int,
void *,
enum drbd_notification_type type) | param_type_changed |
function_signature_change | notify_device_state_change | drivers/block/drbd/drbd_state_change.h | fe0b1e9a73d60f01fdc391925be74e823af7c91d | extern int notify_device_state_change(struct sk_buff *,
unsigned int,
struct drbd_device_state_change *,
enum drbd_notification_type type) | extern int notify_device_state_change(struct sk_buff *,
unsigned int,
void *,
enum drbd_notification_type type) | param_type_changed |
function_signature_change | notify_peer_device_state_change | drivers/block/drbd/drbd_state_change.h | fe0b1e9a73d60f01fdc391925be74e823af7c91d | extern int notify_peer_device_state_change(struct sk_buff *,
unsigned int,
struct drbd_peer_device_state_change *,
enum drbd_notification_type type) | extern int notify_peer_device_state_change(struct sk_buff *,
unsigned int,
void *,
enum drbd_notification_type type) | param_type_changed |
function_signature_change | sof_ipc4_chain_dma_trigger | sound/soc/sof/ipc4-pcm.c | 8722d245a73ff32491bff390136367ec223e2906 | static int sof_ipc4_chain_dma_trigger(struct snd_sof_dev *sdev,
struct snd_sof_pcm_stream_pipeline_list *pipeline_list,
int state, int cmd) | static int sof_ipc4_chain_dma_trigger(struct snd_sof_dev *sdev,
int direction,
struct snd_sof_pcm_stream_pipeline_list *pipeline_list,
int state, int cmd) | param_added |
struct_layout_change | sof_ipc4_fw_data | sound/soc/sof/ipc4-priv.h | 426476344f01096c7dae6c5413cc8a8d9bbdea29 | null | null | fields_modified |
function_signature_change | amixer_mgr_create | sound/pci/ctxfi/ctamixer.c | aabdedf4d2fe2f83cb025ae972202dcee4eb024b | int amixer_mgr_create(struct hw *hw, struct amixer_mgr **ramixer_mgr) | int amixer_mgr_create(struct hw *hw, void **ramixer_mgr) | param_type_changed |
function_signature_change | amixer_mgr_destroy | sound/pci/ctxfi/ctamixer.c | aabdedf4d2fe2f83cb025ae972202dcee4eb024b | int amixer_mgr_destroy(struct amixer_mgr *amixer_mgr) | int amixer_mgr_destroy(void *ptr) | param_type_changed |
function_signature_change | sum_mgr_create | sound/pci/ctxfi/ctamixer.c | aabdedf4d2fe2f83cb025ae972202dcee4eb024b | int sum_mgr_create(struct hw *hw, struct sum_mgr **rsum_mgr) | int sum_mgr_create(struct hw *hw, void **rsum_mgr) | param_type_changed |
function_signature_change | sum_mgr_destroy | sound/pci/ctxfi/ctamixer.c | aabdedf4d2fe2f83cb025ae972202dcee4eb024b | int sum_mgr_destroy(struct sum_mgr *sum_mgr) | int sum_mgr_destroy(void *ptr) | param_type_changed |
function_signature_change | sum_mgr_create | sound/pci/ctxfi/ctamixer.h | aabdedf4d2fe2f83cb025ae972202dcee4eb024b | int sum_mgr_create(struct hw *hw, struct sum_mgr **rsum_mgr) | int sum_mgr_create(struct hw *hw, void **ptr) | param_type_changed |
function_signature_change | sum_mgr_destroy | sound/pci/ctxfi/ctamixer.h | aabdedf4d2fe2f83cb025ae972202dcee4eb024b | int sum_mgr_destroy(struct sum_mgr *sum_mgr) | int sum_mgr_destroy(void *ptr) | param_type_changed |
function_signature_change | amixer_mgr_create | sound/pci/ctxfi/ctamixer.h | aabdedf4d2fe2f83cb025ae972202dcee4eb024b | int amixer_mgr_create(struct hw *hw, struct amixer_mgr **ramixer_mgr) | int amixer_mgr_create(struct hw *hw, void **ramixer_mgr) | param_type_changed |
function_signature_change | amixer_mgr_destroy | sound/pci/ctxfi/ctamixer.h | aabdedf4d2fe2f83cb025ae972202dcee4eb024b | int amixer_mgr_destroy(struct amixer_mgr *amixer_mgr) | int amixer_mgr_destroy(void *amixer_mgr) | param_type_changed |
function_signature_change | daio_mgr_create | sound/pci/ctxfi/ctdaio.c | aabdedf4d2fe2f83cb025ae972202dcee4eb024b | int daio_mgr_create(struct hw *hw, struct daio_mgr **rdaio_mgr) | int daio_mgr_create(struct hw *hw, void **rdaio_mgr) | param_type_changed |
function_signature_change | daio_mgr_destroy | sound/pci/ctxfi/ctdaio.c | aabdedf4d2fe2f83cb025ae972202dcee4eb024b | int daio_mgr_destroy(struct daio_mgr *daio_mgr) | int daio_mgr_destroy(void *ptr) | param_type_changed |
function_signature_change | daio_mgr_create | sound/pci/ctxfi/ctdaio.h | aabdedf4d2fe2f83cb025ae972202dcee4eb024b | int daio_mgr_create(struct hw *hw, struct daio_mgr **rdaio_mgr) | int daio_mgr_create(struct hw *hw, void **ptr) | param_type_changed |
function_signature_change | daio_mgr_destroy | sound/pci/ctxfi/ctdaio.h | aabdedf4d2fe2f83cb025ae972202dcee4eb024b | int daio_mgr_destroy(struct daio_mgr *daio_mgr) | int daio_mgr_destroy(void *ptr) | param_type_changed |
function_signature_change | src_mgr_create | sound/pci/ctxfi/ctsrc.c | aabdedf4d2fe2f83cb025ae972202dcee4eb024b | int src_mgr_create(struct hw *hw, struct src_mgr **rsrc_mgr) | int src_mgr_create(struct hw *hw, void **rsrc_mgr) | param_type_changed |
function_signature_change | src_mgr_destroy | sound/pci/ctxfi/ctsrc.c | aabdedf4d2fe2f83cb025ae972202dcee4eb024b | int src_mgr_destroy(struct src_mgr *src_mgr) | int src_mgr_destroy(void *ptr) | param_type_changed |
function_signature_change | srcimp_mgr_create | sound/pci/ctxfi/ctsrc.c | aabdedf4d2fe2f83cb025ae972202dcee4eb024b | int srcimp_mgr_create(struct hw *hw, struct srcimp_mgr **rsrcimp_mgr) | int srcimp_mgr_create(struct hw *hw, void **rsrcimp_mgr) | param_type_changed |
function_signature_change | srcimp_mgr_destroy | sound/pci/ctxfi/ctsrc.c | aabdedf4d2fe2f83cb025ae972202dcee4eb024b | int srcimp_mgr_destroy(struct srcimp_mgr *srcimp_mgr) | int srcimp_mgr_destroy(void *ptr) | param_type_changed |
function_signature_change | src_mgr_create | sound/pci/ctxfi/ctsrc.h | aabdedf4d2fe2f83cb025ae972202dcee4eb024b | int src_mgr_create(struct hw *hw, struct src_mgr **rsrc_mgr) | int src_mgr_create(struct hw *hw, void **ptr) | param_type_changed |
function_signature_change | src_mgr_destroy | sound/pci/ctxfi/ctsrc.h | aabdedf4d2fe2f83cb025ae972202dcee4eb024b | int src_mgr_destroy(struct src_mgr *src_mgr) | int src_mgr_destroy(void *ptr) | param_type_changed |
function_signature_change | srcimp_mgr_create | sound/pci/ctxfi/ctsrc.h | aabdedf4d2fe2f83cb025ae972202dcee4eb024b | int srcimp_mgr_create(struct hw *hw, struct srcimp_mgr **rsrc_mgr) | int srcimp_mgr_create(struct hw *hw, void **ptr) | param_type_changed |
function_signature_change | srcimp_mgr_destroy | sound/pci/ctxfi/ctsrc.h | aabdedf4d2fe2f83cb025ae972202dcee4eb024b | int srcimp_mgr_destroy(struct srcimp_mgr *srcimp_mgr) | int srcimp_mgr_destroy(void *ptr) | param_type_changed |
function_signature_change | mxcmci_pull | drivers/mmc/host/mxcmmc.c | 12658af54f2ed10d812dcd0a769d62cb9e9291e5 | static int mxcmci_pull(struct mxcmci_host *host, void *_buf, int bytes) | static int mxcmci_pull(struct mxcmci_host *host, u32 *buf, int bytes) | param_type_changed |
function_signature_change | mxcmci_push | drivers/mmc/host/mxcmmc.c | 12658af54f2ed10d812dcd0a769d62cb9e9291e5 | static int mxcmci_push(struct mxcmci_host *host, void *_buf, int bytes) | static int mxcmci_push(struct mxcmci_host *host, u32 *buf, int bytes) | param_type_changed |
function_signature_change | mlxbf_pmc_valid_range | drivers/platform/mellanox/mlxbf-pmc.c | 1ae9ffd303c2028048be4cef6221a17442c0175d | static bool mlxbf_pmc_valid_range(int blk_num, u32 offset) | static bool mlxbf_pmc_valid_range(unsigned int blk_num, u32 offset) | param_type_changed |
function_signature_change | mlxbf_pmc_config_l3_counters | drivers/platform/mellanox/mlxbf-pmc.c | 1ae9ffd303c2028048be4cef6221a17442c0175d | static int mlxbf_pmc_config_l3_counters(int blk_num, bool enable, bool reset) | static int mlxbf_pmc_config_l3_counters(unsigned int blk_num, bool enable, bool reset) | param_type_changed |
function_signature_change | mlxbf_pmc_program_l3_counter | drivers/platform/mellanox/mlxbf-pmc.c | 1ae9ffd303c2028048be4cef6221a17442c0175d | static int mlxbf_pmc_program_l3_counter(int blk_num, u32 cnt_num, u32 evt) | static int mlxbf_pmc_program_l3_counter(unsigned int blk_num, u32 cnt_num, u32 evt) | param_type_changed |
function_signature_change | mlxbf_pmc_program_crspace_counter | drivers/platform/mellanox/mlxbf-pmc.c | 1ae9ffd303c2028048be4cef6221a17442c0175d | static int mlxbf_pmc_program_crspace_counter(int blk_num, u32 cnt_num, u32 evt) | static int mlxbf_pmc_program_crspace_counter(unsigned int blk_num, u32 cnt_num, u32 evt) | param_type_changed |
function_signature_change | mlxbf_pmc_clear_crspace_counter | drivers/platform/mellanox/mlxbf-pmc.c | 1ae9ffd303c2028048be4cef6221a17442c0175d | static int mlxbf_pmc_clear_crspace_counter(int blk_num, u32 cnt_num) | static int mlxbf_pmc_clear_crspace_counter(unsigned int blk_num, u32 cnt_num) | param_type_changed |
function_signature_change | mlxbf_pmc_program_counter | drivers/platform/mellanox/mlxbf-pmc.c | 1ae9ffd303c2028048be4cef6221a17442c0175d | static int mlxbf_pmc_program_counter(int blk_num, u32 cnt_num, u32 evt, bool is_l3) | static int mlxbf_pmc_program_counter(unsigned int blk_num, u32 cnt_num, u32 evt, bool is_l3) | param_type_changed |
function_signature_change | mlxbf_pmc_read_l3_counter | drivers/platform/mellanox/mlxbf-pmc.c | 1ae9ffd303c2028048be4cef6221a17442c0175d | static int mlxbf_pmc_read_l3_counter(int blk_num, u32 cnt_num, u64 *result) | static int mlxbf_pmc_read_l3_counter(unsigned int blk_num, u32 cnt_num, u64 *result) | param_type_changed |
function_signature_change | mlxbf_pmc_read_crspace_counter | drivers/platform/mellanox/mlxbf-pmc.c | 1ae9ffd303c2028048be4cef6221a17442c0175d | static int mlxbf_pmc_read_crspace_counter(int blk_num, u32 cnt_num, u64 *result) | static int mlxbf_pmc_read_crspace_counter(unsigned int blk_num, u32 cnt_num, u64 *result) | param_type_changed |
function_signature_change | mlxbf_pmc_read_counter | drivers/platform/mellanox/mlxbf-pmc.c | 1ae9ffd303c2028048be4cef6221a17442c0175d | static int mlxbf_pmc_read_counter(int blk_num, u32 cnt_num, bool is_l3, u64 *result) | static int mlxbf_pmc_read_counter(unsigned int blk_num, u32 cnt_num, bool is_l3, u64 *result) | param_type_changed |
function_signature_change | mlxbf_pmc_read_l3_event | drivers/platform/mellanox/mlxbf-pmc.c | 1ae9ffd303c2028048be4cef6221a17442c0175d | static int mlxbf_pmc_read_l3_event(int blk_num, u32 cnt_num, u64 *result) | static int mlxbf_pmc_read_l3_event(unsigned int blk_num, u32 cnt_num, u64 *result) | param_type_changed |
function_signature_change | mlxbf_pmc_read_crspace_event | drivers/platform/mellanox/mlxbf-pmc.c | 1ae9ffd303c2028048be4cef6221a17442c0175d | static int mlxbf_pmc_read_crspace_event(int blk_num, u32 cnt_num, u64 *result) | static int mlxbf_pmc_read_crspace_event(unsigned int blk_num, u32 cnt_num, u64 *result) | param_type_changed |
function_signature_change | mlxbf_pmc_read_event | drivers/platform/mellanox/mlxbf-pmc.c | 1ae9ffd303c2028048be4cef6221a17442c0175d | static int mlxbf_pmc_read_event(int blk_num, u32 cnt_num, bool is_l3, u64 *result) | static int mlxbf_pmc_read_event(unsigned int blk_num, u32 cnt_num, bool is_l3, u64 *result) | param_type_changed |
function_signature_change | mlxbf_pmc_read_reg | drivers/platform/mellanox/mlxbf-pmc.c | 1ae9ffd303c2028048be4cef6221a17442c0175d | static int mlxbf_pmc_read_reg(int blk_num, u32 offset, u64 *result) | static int mlxbf_pmc_read_reg(unsigned int blk_num, u32 offset, u64 *result) | param_type_changed |
function_signature_change | mlxbf_pmc_write_reg | drivers/platform/mellanox/mlxbf-pmc.c | 1ae9ffd303c2028048be4cef6221a17442c0175d | static int mlxbf_pmc_write_reg(int blk_num, u32 offset, u64 data) | static int mlxbf_pmc_write_reg(unsigned int blk_num, u32 offset, u64 data) | param_type_changed |
function_signature_change | mlxbf_pmc_init_perftype_counter | drivers/platform/mellanox/mlxbf-pmc.c | 1ae9ffd303c2028048be4cef6221a17442c0175d | static int mlxbf_pmc_init_perftype_counter(struct device *dev, int blk_num) | static int mlxbf_pmc_init_perftype_counter(struct device *dev, unsigned int blk_num) | param_type_changed |
function_signature_change | mlxbf_pmc_init_perftype_reg | drivers/platform/mellanox/mlxbf-pmc.c | 1ae9ffd303c2028048be4cef6221a17442c0175d | static int mlxbf_pmc_init_perftype_reg(struct device *dev, int blk_num) | static int mlxbf_pmc_init_perftype_reg(struct device *dev, unsigned int blk_num) | param_type_changed |
function_signature_change | mlxbf_pmc_create_groups | drivers/platform/mellanox/mlxbf-pmc.c | 1ae9ffd303c2028048be4cef6221a17442c0175d | static int mlxbf_pmc_create_groups(struct device *dev, int blk_num) | static int mlxbf_pmc_create_groups(struct device *dev, unsigned int blk_num) | param_type_changed |
function_signature_change | mlxbf_pmc_secure_read | drivers/platform/mellanox/mlxbf-pmc.c | fd23023e2aaa78320243801666690deb751143c2 | static int mlxbf_pmc_secure_read(void __iomem *addr, uint32_t command,
uint64_t *result) | static int mlxbf_pmc_secure_read(void __iomem *addr, u32 command, u64 *result) | param_type_changed |
function_signature_change | mlxbf_pmc_read | drivers/platform/mellanox/mlxbf-pmc.c | fd23023e2aaa78320243801666690deb751143c2 | static int mlxbf_pmc_read(void __iomem *addr, uint32_t command,
uint64_t *result) | static int mlxbf_pmc_read(void __iomem *addr, u32 command, u64 *result) | param_type_changed |
function_signature_change | mlxbf_pmc_readl | drivers/platform/mellanox/mlxbf-pmc.c | fd23023e2aaa78320243801666690deb751143c2 | static int mlxbf_pmc_readl(void __iomem *addr, uint32_t *result) | static int mlxbf_pmc_readl(void __iomem *addr, u32 *result) | param_type_changed |
function_signature_change | mlxbf_pmc_secure_write | drivers/platform/mellanox/mlxbf-pmc.c | fd23023e2aaa78320243801666690deb751143c2 | static int mlxbf_pmc_secure_write(void __iomem *addr, uint32_t command,
uint64_t value) | static int mlxbf_pmc_secure_write(void __iomem *addr, u32 command, u64 value) | param_type_changed |
function_signature_change | mlxbf_pmc_write | drivers/platform/mellanox/mlxbf-pmc.c | fd23023e2aaa78320243801666690deb751143c2 | static int mlxbf_pmc_write(void __iomem *addr, int command, uint64_t value) | static int mlxbf_pmc_write(void __iomem *addr, int command, u64 value) | param_type_changed |
function_signature_change | mlxbf_pmc_valid_range | drivers/platform/mellanox/mlxbf-pmc.c | fd23023e2aaa78320243801666690deb751143c2 | static bool mlxbf_pmc_valid_range(int blk_num, uint32_t offset) | static bool mlxbf_pmc_valid_range(int blk_num, u32 offset) | param_type_changed |
function_signature_change | mlxbf_pmc_program_l3_counter | drivers/platform/mellanox/mlxbf-pmc.c | fd23023e2aaa78320243801666690deb751143c2 | static int mlxbf_pmc_program_l3_counter(int blk_num, uint32_t cnt_num,
uint32_t evt) | static int mlxbf_pmc_program_l3_counter(int blk_num, u32 cnt_num, u32 evt) | param_type_changed |
function_signature_change | mlxbf_pmc_program_crspace_counter | drivers/platform/mellanox/mlxbf-pmc.c | fd23023e2aaa78320243801666690deb751143c2 | static int mlxbf_pmc_program_crspace_counter(int blk_num, uint32_t cnt_num,
uint32_t evt) | static int mlxbf_pmc_program_crspace_counter(int blk_num, u32 cnt_num, u32 evt) | param_type_changed |
function_signature_change | mlxbf_pmc_clear_crspace_counter | drivers/platform/mellanox/mlxbf-pmc.c | fd23023e2aaa78320243801666690deb751143c2 | static int mlxbf_pmc_clear_crspace_counter(int blk_num, uint32_t cnt_num) | static int mlxbf_pmc_clear_crspace_counter(int blk_num, u32 cnt_num) | param_type_changed |
function_signature_change | mlxbf_pmc_program_counter | drivers/platform/mellanox/mlxbf-pmc.c | fd23023e2aaa78320243801666690deb751143c2 | static int mlxbf_pmc_program_counter(int blk_num, uint32_t cnt_num,
uint32_t evt, bool is_l3) | static int mlxbf_pmc_program_counter(int blk_num, u32 cnt_num, u32 evt, bool is_l3) | param_type_changed |
function_signature_change | mlxbf_pmc_read_l3_counter | drivers/platform/mellanox/mlxbf-pmc.c | fd23023e2aaa78320243801666690deb751143c2 | static int mlxbf_pmc_read_l3_counter(int blk_num, uint32_t cnt_num,
uint64_t *result) | static int mlxbf_pmc_read_l3_counter(int blk_num, u32 cnt_num, u64 *result) | param_type_changed |
function_signature_change | mlxbf_pmc_read_crspace_counter | drivers/platform/mellanox/mlxbf-pmc.c | fd23023e2aaa78320243801666690deb751143c2 | static int mlxbf_pmc_read_crspace_counter(int blk_num, uint32_t cnt_num,
uint64_t *result) | static int mlxbf_pmc_read_crspace_counter(int blk_num, u32 cnt_num, u64 *result) | param_type_changed |
function_signature_change | mlxbf_pmc_read_counter | drivers/platform/mellanox/mlxbf-pmc.c | fd23023e2aaa78320243801666690deb751143c2 | static int mlxbf_pmc_read_counter(int blk_num, uint32_t cnt_num, bool is_l3,
uint64_t *result) | static int mlxbf_pmc_read_counter(int blk_num, u32 cnt_num, bool is_l3, u64 *result) | param_type_changed |
function_signature_change | mlxbf_pmc_read_l3_event | drivers/platform/mellanox/mlxbf-pmc.c | fd23023e2aaa78320243801666690deb751143c2 | static int mlxbf_pmc_read_l3_event(int blk_num, uint32_t cnt_num,
uint64_t *result) | static int mlxbf_pmc_read_l3_event(int blk_num, u32 cnt_num, u64 *result) | param_type_changed |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.