summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-02-10 07:02:54 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2020-02-12 20:09:58 +0100
commitd3b52e4976cec9c830bc14bd38f043e8ca00ba68 (patch)
tree4812fa20ff7b730672435f8a28496d166628c43e /tools/perf/scripts/python/syscall-counts.py
parent5cccf3797435008b7cd8d9d98d37db3962368710 (diff)
downloadkernel-d3b52e4976cec9c830bc14bd38f043e8ca00ba68.tar.gz
docs: kvm: convert devices/xive.txt to ReST
- Use title markups; - adjust indentation and add blank lines as needed; - adjust tables to match ReST accepted formats; - mark code blocks as such. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions
dan Higgins 2022-04-04kunit: split resource API from test.h into new resource.hDaniel Latypov 2022-04-04kunit: Introduce _NULL and _NOT_NULL macrosRicardo Ribalda 2022-01-31kunit: cleanup assertion macro internal variablesDaniel Latypov 2022-01-31kunit: factor out str constants from binary assertion structsDaniel Latypov 2022-01-31kunit: consolidate KUNIT_INIT_BINARY_ASSERT_STRUCT macrosDaniel Latypov 2022-01-31kunit: remove va_format from kunit_assertDaniel Latypov 2022-01-25kunit: decrease macro layering for EQ/NE assertsDaniel Latypov 2022-01-25kunit: decrease macro layering for integer assertsDaniel Latypov 2022-01-25kunit: reduce layering in string assertion macrosDaniel Latypov 2022-01-25kunit: drop unused intermediate macros for ptr inequality checksDaniel Latypov 2022-01-25kunit: make KUNIT_EXPECT_EQ() use KUNIT_EXPECT_EQ_MSG(), etc.Daniel Latypov 2022-01-25kunit: drop unused assert_type from kunit_assert and clean up macrosDaniel Latypov 2022-01-25kunit: split out part of kunit_assert into a static constDaniel Latypov 2022-01-25kunit: drop unused kunit* field in kunit_assertDaniel Latypov 2022-01-25kunit: move check if assertion passed into the macrosDaniel Latypov 2022-01-20kunit: replace kernel.h with the necessary inclusionsAndy Shevchenko 2021-11-09include/kunit/test.h: replace kernel.h with the necessary inclusionsAndy Shevchenko 2021-10-06kunit: fix kernel-doc warnings due to mismatched arg namesDaniel Latypov 2021-07-02Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/...Linus Torvalds 2021-06-29kunit: make test->lock irq safeVlastimil Babka 2021-06-25kunit: Support skipped testsDavid Gow 2021-06-25kunit: introduce kunit_kmalloc_array/kunit_kcalloc() helpersDaniel Latypov 2021-06-23kunit: Add gnu_printf specifiersDavid Gow 2021-06-23kunit: Assign strings to 'const char*' in STREQ assertionsDavid Gow 2021-06-23kunit: Do not typecheck binary assertionsDavid Gow 2021-04-06kunit: fix -Wunused-function warning for __kunit_fail_current_testDaniel Latypov 2021-04-02kunit: support failure from dynamic analysis toolsUriel Guajardo 2020-12-02kunit: Support for Parameterized TestingArpitha Raghunandan 2020-11-10kunit: fix display of failed expectations for stringsDaniel Latypov 2020-10-26kunit: test: fix remaining kernel-doc warningsMauro Carvalho Chehab 2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches 2020-10-18Merge tag 'linux-kselftest-kunit-5.10-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds 2020-10-15kunit: test.h: fix a bad kernel-doc markupMauro Carvalho Chehab 2020-10-15kunit: test.h: solve kernel-doc warningsMauro Carvalho Chehab