summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorWilly Tarreau <w@1wt.eu>2025-11-02 14:21:28 +0100
committerThomas Weißschuh <linux@weissschuh.net>2025-11-02 14:28:20 +0100
commit44bf8bbe29fd50ed2b8dfd1873bd22f76ca2f4d9 (patch)
tree0d452c8114cfa25ef645292a4a103dc0931962ee /tools/perf/scripts/python
parent10f407c66061524f0da0384de76827e30268f98a (diff)
downloadkernel-44bf8bbe29fd50ed2b8dfd1873bd22f76ca2f4d9.tar.gz
tools/nolibc: add the more portable inttypes.h
It's often recommended to only use inttypes.h instead of stdint.h for portability reasons since the former is always present when the latter is present, but not conversely, and the former includes the latter. Due to this some simple programs fail to build when including inttypes.h. Let's add one that simply includes nolibc.h to better support these programs. Signed-off-by: Willy Tarreau <w@1wt.eu> Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
r to disable read-only kernel ...Kees Cook 2015-12-04module: use a structure to encapsulate layout.Rusty Russell 2015-02-19debug: prevent entering debug mode on panic/exception.Colin Cross 2015-02-19kdb: Const qualifier for kdb_getstr's prompt argumentDaniel Thompson 2015-02-19kdb: Provide forward search at more promptDaniel Thompson 2015-02-19kdb: Fix a prompt management bug when using | grepDaniel Thompson 2015-02-19kdb: Remove stack dump when entering kgdb due to NMIDaniel Thompson 2015-02-19kdb: Avoid printing KERN_ levels to consolesDaniel Thompson 2015-02-19kdb: Fix off by one error in kdb_cpu()Jason Wessel 2015-02-19kdb: fix incorrect counts in KDB summary command outputJay Lan 2015-01-23Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds 2015-01-22module: make module_refcount() a signed integer.Rusty Russell 2014-11-11kernel/debug/debug_core.c: Logging clean-upFabian Frederick 2014-11-11kgdb: timeout if secondary CPUs ignore the roundupDaniel Thompson 2014-11-11kdb: Allow access to sensitive commands to be restricted by defaultDaniel Thompson 2014-11-11kdb: Add enable mask for groups of commandsAnton Vorontsov 2014-11-11kdb: Categorize kdb commands (similar to SysRq categorization)Daniel Thompson 2014-11-11kdb: Remove KDB_REPEAT_NONE flagAnton Vorontsov 2014-11-11kdb: Use KDB_REPEAT_* values as flagsAnton Vorontsov 2014-11-11kdb: Rename kdb_register_repeat() to kdb_register_flags()Anton Vorontsov 2014-11-11kdb: Rename kdb_repeat_t to kdb_cmdflags_t, cmd_repeat to cmd_flagsAnton Vorontsov 2014-11-11kdb: Remove currently unused kdbtab_t->cmd_flagsAnton Vorontsov 2014-10-14kdb: replace strnicmp with strncasecmpRasmus Villemoes