aboutsummaryrefslogtreecommitdiff
path: root/tools/bootconfig
AgeCommit message (Expand)AuthorFilesLines
2023-03-22bootconfig: Fix testcase to increase max nodeGravatar Masami Hiramatsu (Google) 1-4/+8
2023-02-22tools/bootconfig: fix single & used for logical conditionGravatar Antonio Alvarez Feijoo 1-1/+1
2021-10-10bootconfig: Cleanup dummy headers in tools/bootconfigGravatar Masami Hiramatsu 9-86/+45
2021-10-10bootconfig: Replace u16 and u32 with uint16_t and uint32_tGravatar Masami Hiramatsu 2-13/+11
2021-10-10tools/bootconfig: Print all error message in stderrGravatar Masami Hiramatsu 3-16/+2
2021-10-10bootconfig: Rename xbc_destroy_all() to xbc_exit()Gravatar Masami Hiramatsu 1-1/+1
2021-10-10tools/bootconfig: Run test script when build allGravatar Masami Hiramatsu 1-1/+1
2021-10-10bootconfig: Add xbc_get_info() for the node informationGravatar Masami Hiramatsu 1-0/+1
2021-10-10bootconfig: Allocate xbc_data inside xbc_init()Gravatar Masami Hiramatsu 1-3/+3
2021-09-15tools/bootconfig: Define memblock_free_ptr() to fix build errorGravatar Masami Hiramatsu 1-2/+1
2021-09-08tools/bootconfig: Show whole test command for each test caseGravatar Masami Hiramatsu 1-2/+2
2021-09-08bootconfig: Fix missing return check of xbc_node_compose_key functionGravatar Julio Faracco 1-1/+3
2021-09-08tools/bootconfig: Fix tracing_on option checking in ftrace2bconf.shGravatar Masami Hiramatsu 1-2/+2
2021-08-16tools/bootconfig: Use per-group/all enable option in ftrace2bconf scriptGravatar Masami Hiramatsu 1-6/+18
2021-08-16tools/bootconfig: Add histogram syntax support to bconf2ftrace.shGravatar Masami Hiramatsu 2-2/+90
2021-08-16tools/bootconfig: Support per-group/all event enabling optionGravatar Masami Hiramatsu 1-0/+13
2021-06-10bootconfig: Share the checksum function with toolsGravatar Masami Hiramatsu 1-13/+2
2021-06-10tools/bootconfig: Support mixed value and subkey test casesGravatar Masami Hiramatsu 7-6/+14
2021-06-10bootconfig: Support mixing a value and subkeys under a keyGravatar Masami Hiramatsu 1-8/+37
2021-06-10bootconfig: Change array value to use child nodeGravatar Masami Hiramatsu 1-1/+1
2021-06-10tools/bootconfig: Simplify expressionGravatar zuoqilin 1-3/+1
2021-06-08tools/bootconfig: Fix a build error accroding to undefined fallthroughGravatar Masami Hiramatsu 1-0/+4
2021-06-08tools/bootconfig: Fix error return code in apply_xbc()Gravatar Zhen Lei 1-0/+1
2021-01-14tools/bootconfig: Add tracing_on support to helper scriptsGravatar Masami Hiramatsu 2-0/+5
2020-11-30tools/bootconfig: Store size and checksum in footer as le32Gravatar Masami Hiramatsu 1-2/+5
2020-11-19tools/bootconfig: Align the bootconfig applied initrd image size to 4Gravatar Masami Hiramatsu 2-24/+39
2020-11-19tools/bootconfig: Fix to check the write failure correctlyGravatar Masami Hiramatsu 1-4/+26
2020-11-19tools/bootconfig: Fix errno reference after printf()Gravatar Masami Hiramatsu 1-23/+29
2020-10-15Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 5-42/+713
2020-09-21tools/bootconfig: Add testcase for tailing spaceGravatar Masami Hiramatsu 1-0/+13
2020-09-21tools/bootconfig: Add testcases for repeated key with braceGravatar Masami Hiramatsu 1-0/+12
2020-09-18tools/bootconfig: Add --init option for bconf2ftrace.shGravatar Masami Hiramatsu 2-1/+120
2020-09-18tools/bootconfig: Add a script to generates bootconfig from ftraceGravatar Masami Hiramatsu 1-0/+244
2020-09-18tools/bootconfig: Add a script to generate ftrace shell-command from bootconfigGravatar Masami Hiramatsu 2-0/+245
2020-09-18tools/bootconfig: Make all functions staticGravatar Masami Hiramatsu 1-8/+8
2020-09-18tools/bootconfig: Add list optionGravatar Masami Hiramatsu 1-12/+40
2020-09-18tools/bootconfig: Show bootconfig compact tree from bootconfig fileGravatar Masami Hiramatsu 1-23/+58
2020-08-03tools/bootconfig: Add testcases for value override operatorGravatar Masami Hiramatsu 4-0/+25
2020-06-16tools/bootconfig: Add testcase for show-command and quotes testGravatar Masami Hiramatsu 1-0/+10
2020-06-16tools/bootconfig: Fix to return 0 if succeeded to show the bootconfigGravatar Masami Hiramatsu 1-4/+6
2020-06-16tools/bootconfig: Fix to use correct quotes for valueGravatar Masami Hiramatsu 1-6/+8
2020-05-19tools/bootconfig: Add a summary of test cases and return errorGravatar Masami Hiramatsu 1-0/+7
2020-05-11tools/bootconfig: Fix apply_xbc() to return zero on successGravatar Steven Rostedt (VMware) 1-0/+1
2020-05-07tools/bootconfig: Fix resource leak in apply_xbc()Gravatar Yunfeng Ye 1-3/+6
2020-04-05Merge tag 'trace-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 3-18/+58
2020-03-25.gitignore: add SPDX License IdentifierGravatar Masahiro Yamada 1-0/+1
2020-03-03tools/bootconfig: Show line and column in parse errorGravatar Masami Hiramatsu 1-4/+31
2020-03-03bootconfig: Support O=<builddir> optionGravatar Masami Hiramatsu 2-14/+27
2020-02-21bootconfig: Add append value operator supportGravatar Masami Hiramatsu 1-2/+14
2020-02-21bootconfig: Prohibit re-defining value on same keyGravatar Masami Hiramatsu 1-0/+6