aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorJames Morse <james.morse@arm.com>2025-05-15 16:58:48 +0000
committerBorislav Petkov (AMD) <bp@alien8.de>2025-05-16 12:10:51 +0200
commit272ed1c28c9db60b9bd50d49feae463df50b3ef6 (patch)
treea999369b5179ac134234103d022af10347372b53 /tools/perf/scripts/python/export-to-postgresql.py
parentx86/resctrl: Move enum resctrl_event_id to resctrl.h (diff)
downloadlinux-272ed1c28c9db60b9bd50d49feae463df50b3ef6.tar.gz
linux-272ed1c28c9db60b9bd50d49feae463df50b3ef6.zip
x86/resctrl: Fix types in resctrl_arch_mon_ctx_{alloc,free}() stubs
resctrl_arch_mon_ctx_alloc() and resctrl_arch_mon_ctx_free() take an enum resctrl_event_id that is already defined in resctrl_types.h to be accessible to asm/resctrl.h. The x86 stubs take an int. Fix that. Signed-off-by: James Morse <james.morse@arm.com> Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de> Reviewed-by: Reinette Chatre <reinette.chatre@intel.com> Reviewed-by: Fenghua Yu <fenghuay@nvidia.com> Tested-by: Fenghua Yu <fenghuay@nvidia.com> Tested-by: Babu Moger <babu.moger@amd.com> Tested-by: Shaopeng Tan <tan.shaopeng@jp.fujitsu.com> Tested-by: Tony Luck <tony.luck@intel.com> Link: https://lore.kernel.org/20250515165855.31452-19-james.morse@arm.com
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions
class='insertions'>+127 2005-07-31Add a stupid "count objects" script.Junio C Hamano2-0/+15 2005-07-31Fetch from a packed repository on dumb servers.Junio C Hamano4-4/+188 2005-07-31Fix some bugs causing application error popups.Paul Mackerras1-5/+9 2005-07-30[PATCH] add NO_CURL option to the MakefileJohannes Schindelin1-1/+8 2005-07-30Fix merge-base from getting confused.Linus Torvalds1-38/+36 2005-07-30[PATCH] Making it easier to find which change introduced a bugLinus Torvalds2-1/+159 2005-07-30NO_OPENSSL should really mean no openssl.Junio C Hamano1-1/+3 2005-07-29Fix typo in recent Makefile cleanup.Junio C Hamano1-1/+1 2005-07-29[PATCH] document git-rev-list betterMatthias Urlichs1-2/+23 2005-07-29[PATCH] Build commands through object filesPetr Baudis1-7/+8 2005-07-29Skip --merge-order test when built with NO_OPENSSLJunio C Hamano1-0/+7 2005-07-29[PATCH] Support for NO_OPENSSLPetr Baudis2-2/+12 2005-07-29[PATCH] Reorder Makefile rulesPetr Baudis1-30/+57 2005-07-29[PATCH] Remove the explicit Makefile dependencies descriptionPetr Baudis1-66/+8 2005-07-29[PATCH] Improve the compilation-time settings interfacePetr Baudis1-18/+38 2005-07-29[PATCH] Unify usage strings declarationPetr Baudis17-18/+17 2005-07-29[PATCH] Trivial tidyupsPetr Baudis3-8/+6 2005-07-29[PATCH] mmap error handlingPavel Roskin8-12/+15 2005-07-29Documentation and tests: ls-files exclude pattern.Junio C Hamano2-18/+32 2005-07-29ls-files: rework exclude patterns.Junio C Hamano1-29/+73 2005-07-29[PATCH] Fix interesting git-rev-list corner caseLinus Torvalds1-0/+11 2005-07-29Tutorial: use a bit longer sample filenames.Junio C Hamano1-40/+40 2005-07-29[PATCH] support older versions of libcurlJohannes Schindelin1-0/+10 2005-07-29Improve the merge display when the result differs from all parents.Paul Mackerras1-7/+84 2005-07-29[PATCH] socklen_t needs to be defined and libssl to be linked on old Mac OS XJohannes Schindelin1-0/+4 2005-07-29[PATCH] support bc version 1.04Johannes Schindelin1-2/+6 2005-07-29[PATCH] remove "-r" option to xargsJohannes Schindelin1-1/+1 2005-07-29server-info: do not complain if a tag points at a non-commit.Junio C Hamano1-4/+11 2005-07-28[PATCH] Make git-apply --stat less butt-ugly with long filenamesLinus Torvalds1-2/+10 2005-07-28[PATCH] gitk: Use GIT_DIR where appropriate.Junio C Hamano1-11/+13 2005-07-27[PATCH] GIT: Listen on IPv6 as well, if available.YOSHIFUJI Hideaki1-31/+100