summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorKumar Kartikeya Dwivedi <memxor@gmail.com>2022-07-22 13:36:05 +0200
committerAlexei Starovoitov <ast@kernel.org>2022-07-22 09:07:07 -0700
commite423414375866a399ebbe55ed044acb39846e8bf (patch)
tree31ab940b2ad0b697a66873aa577e6c83f0aa2219 /tools/perf/scripts/python
parentac7ac432a67eb5410be32a3bef0fb393058af537 (diff)
downloadkernel-e423414375866a399ebbe55ed044acb39846e8bf.tar.gz
bpf: Fix build error in case of !CONFIG_DEBUG_INFO_BTF
BTF_ID_FLAGS macro needs to be able to take 0 or 1 args, so make it a variable argument. BTF_SET8_END is incorrect, it should just be empty. Reported-by: kernel test robot <lkp@intel.com> Fixes: ab21d6063c01 ("bpf: Introduce 8-byte BTF set") Signed-off-by: Kumar Kartikeya Dwivedi <memxor@gmail.com> Acked-by: Jiri Olsa <jolsa@kernel.org> Link: https://lore.kernel.org/r/20220722113605.6513-1-memxor@gmail.com Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
Add device wide power commandAlexander Bondar 2013-10-02iwlwifi: mvm: implement new IPv6 offload APIJohannes Berg 2013-10-02iwlwifi: mvm: query firmware for non-QoS seqnoJohannes Berg 2013-08-16Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville 2013-08-16iwlwifi: mvm: refactor resume from WoWLAN codeJohannes Berg 2013-08-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville 2013-07-31iwlwifi: mvm: support six IPv6 addresses in D3Johannes Berg 2013-07-24iwlwifi: mvm: use only a single GTK in D3Johannes Berg 2013-06-18iwlwifi: mvm: allow firmware crashes to wake system for debugJohannes Berg 2013-06-13iwlwifi: mvm: removed an unused parameter from a functionOren Givon 2013-05-29iwlwifi: mvm: implement D3 testingJohannes Berg 2013-05-16iwlwifi: mvm: configure power management in D3Alexander Bondar 2013-05-14iwlwifi: mvm: optionally store D3 SRAM after resumeJohannes Berg 2013-04-03iwlwifi: sleep for at least 10 secondsJohannes Berg 2013-03-20iwlwifi: mvm: fix WoWLAN RF-kill bugJohannes Berg 2013-03-06iwlwifi: mvm: implement remote wakeJohannes Berg 2013-03-06iwlwifi: a few fixes in licenseEmmanuel Grumbach 2013-02-27iwlwifi: fix wakeup status query and packet reportingJohannes Berg 2013-02-12iwlwifi: mvm: update station when marked associatedJohannes Berg 2013-02-12iwlwifi: mvm: report wakeup reasonsJohannes Berg 2013-02-11iwlwifi: mvm: fix locking in iwl_mvm_ipv6_addr_changeEmmanuel Grumbach 2013-02-01iwlwifi: add the MVM driverJohannes Berg