aboutsummaryrefslogtreecommitdiffstats
path: root/utest
AgeCommit message (Expand)AuthorFilesLines
2024-02-22libtracefs utest: Include libgen.h for basename()Miko Larsson1-0/+1
2024-02-22libtracefs utest: Define _LARGEFILE64_SOURCE for lseek64() with muslMiko Larsson1-0/+2
2024-02-22libtracefs utest: Add PATH_MAX if it is not already definedSteven Rostedt (Google)1-0/+4
2024-01-09libtracefs utest: Add tests to use mapping if supportedSteven Rostedt (Google)1-20/+49
2024-01-05libtracefs utest: Add more tests to test tracefs_sql()Steven Rostedt (Google)1-24/+293
2024-01-05libtracefs utest: Add matches to trace_sql() testsSteven Rostedt (Google)1-0/+96
2023-12-28libtracefs: Add updating and reading snapshot buffersSteven Rostedt (Google)1-5/+37
2023-12-28libtracefs: Add PID filtering APISteven Rostedt (Google)1-8/+249
2023-12-28libtracefs: Add TIMESTAMP_USECS_DELTA to simplify SQL timestamp comparesSteven Rostedt (Google)1-0/+10
2023-12-28libtracefs utest: Add test to test tracefs_instance_set/get_buffer_percent()Steven Rostedt (Google)1-9/+154
2023-12-28libtracefs: Add tracefs_instance_file_write_number()Steven Rostedt (Google)1-1/+29
2023-12-28libtracefs: Add API to remove followers from an instance or toplevelSteven Rostedt (Google)1-0/+230
2023-12-28libtracefs: Reset tracing before and after unit testsSteven Rostedt (Google)1-0/+4
2023-12-28libtracefs: Free dynamic event list in utestSteven Rostedt (Google)1-2/+6
2023-12-28libtracefs testing: Use one tep handle for most testsSteven Rostedt (Google)1-15/+4
2023-07-05libtracefs: Add explicit pthread dependency to mesonDaniel Wagner1-1/+1
2023-06-07libtracefs: Add initial support for mesonDaniel Wagner1-0/+17
2023-06-06libtracefs: Add tracefs_kprobe_destory() APISteven Rostedt (Google)1-1/+17
2023-06-06libtracefs tests: Add helper function to destroy dynamic eventsSteven Rostedt (Google)1-16/+14
2023-05-30libtracefs/utest: Fix crashing of synth test when synths existSteven Rostedt (Google)1-0/+7
2023-05-30libtracefs/utest: Do not use synth for test_synth elementSteven Rostedt (Google)1-4/+4
2023-05-30libtracefs: Do not segfault in tests if synthetic events are not configuredSteven Rostedt (Google)1-1/+3
2023-05-30libtracefs: Add tracefs_instance_tracers() APISteven Rostedt (Google)1-1/+1
2023-05-30libtracefs: Do not use hwlat tracer and fdb_delete event for testsSteven Rostedt (Google)1-4/+10
2023-04-26libtracefs: Unit test for tracefs_instance_reset()Tzvetomir Stoyanov (VMware)1-0/+183
2022-12-15libtracefs: Fix compiler -Wmemsize-comparison warningIan Rogers1-1/+1
2022-12-10libtracefs: Move follow events test after iterate raw events testSteven Rostedt (Google)1-1/+4
2022-12-10libtracefs: Fix tracefs_tracing_dir() mount testSteven Rostedt (Google)1-2/+12
2022-12-08libtracefs: Add unit test to test mounting of tracefs_{tracing,debug}_dir()Steven Rostedt (Google)1-0/+84
2022-11-15libtracefs: Make the unit test depend on the static librarySteven Rostedt (Google)1-1/+1
2022-11-15libtracefs: Add unit tests for the follow functionsSteven Rostedt (Google)1-0/+136
2022-11-09libtracefs: Add unit tests for tracefs_cpu functionsSteven Rostedt (Google)1-0/+323
2022-11-09libtracefs utest: Make helper functions for affinitySteven Rostedt (Google)1-14/+35
2022-09-08libtracefs: Add test instructions for openSUSEAlexandre Vicenzi1-0/+3
2022-09-08libtracefs: Fix test suite typoAlexandre Vicenzi1-1/+1
2022-09-08libtracefs: Add tracefs_tracer_available() helperAlexandre Vicenzi1-0/+3
2022-09-08libtracefs: Add API to set custom tracing directoryTzvetomir Stoyanov (VMware)1-0/+20
2022-07-14libtracefs: Avoid pointless extra DEP stageJan Engelhardt1-9/+1
2022-04-04libtracefs: Unit tests for uprobes APIsTzvetomir Stoyanov (VMware)1-0/+74
2022-02-28libtracefs: Avoid null accessIan Rogers1-1/+1
2022-02-28libtracefs: Fix spelling in test nameIan Rogers1-3/+3
2022-02-23libtracefs: Fix various memory issuesSteven Rostedt (Google)1-0/+2
2022-02-03libtracefs: Fix utest linking pathKrzysztof Kozlowski1-1/+1
2021-12-17libtracefs: Have make clean output cleanerSteven Rostedt (VMware)1-1/+1
2021-12-02libtracefs: Unit test for tracefs_dynevent_get_event()Tzvetomir Stoyanov (VMware)1-19/+41
2021-11-24libtracefs: Rename *_show() to *_echo_cmd()Steven Rostedt (VMware)1-5/+5
2021-11-21libtracefs: Add utest for event probesTzvetomir Stoyanov (VMware)1-0/+68
2021-11-21libtracefs: Add unit test for synthetic eventsTzvetomir Stoyanov (VMware)1-0/+95
2021-11-21libtracefs: Remove instance parameter from synthetic events APIsTzvetomir Stoyanov (VMware)1-5/+5
2021-11-21libtracefs: Extend kprobes unit testTzvetomir Stoyanov (VMware)1-170/+249
2021-08-10libtracefs: Add unit test to test tracefs_sql() where clauseSteven Rostedt (VMware)1-0/+25
2021-08-10libtracefs: Add unit test to test tracefs_sql() compareSteven Rostedt (VMware)1-0/+10
2021-08-10tracefs: Add unit tests for tracefs_sql()Steven Rostedt (VMware)1-0/+43
2021-07-02libtracefs: Update the unit tests to use the kprobe API insteadSteven Rostedt (VMware)1-29/+166
2021-06-22libtracefs: Fix utest compilationYordan Karadzhov (VMware)1-3/+3
2021-05-12libtracefs: Remove dummy tep_vwarning() from unit testsTzvetomir Stoyanov (VMware)1-5/+0
2021-05-04libtracefs: Use mode with open()Sudip Mukherjee1-1/+1
2021-04-28libtracefs utest: Make a null string fatal if it is passed to strstrIan Rogers1-5/+5
2021-04-28libtracefs utest: Fix a sometimes uninitialized variable.Ian Rogers1-1/+1
2021-04-28libtracefs utest: Silence string-plus-int warningsIan Rogers1-3/+3
2021-04-16libtracefs: Add tests for the new methods for writingYordan Karadzhov (VMware)1-0/+32
2021-04-12libtracefs: Fixed trace marker unit testTzvetomir Stoyanov (VMware)1-2/+2
2021-04-12libtracefs: Fix trace options unit testTzvetomir Stoyanov (VMware)1-18/+3
2021-04-09libtracefs: Rename tracefs_option_is_set()Yordan Karadzhov (VMware)1-4/+4
2021-04-09libtracefs: Encapsulate "struct tracefs_options_mask"Yordan Karadzhov (VMware)1-4/+0
2021-04-09libtracefs: Modify the arguments of tracefs_option_is_set()Yordan Karadzhov (VMware)1-6/+6
2021-04-09libtracefs: Unit test for trace marker APIsTzvetomir Stoyanov (VMware)1-0/+116
2021-04-09libtracefs: Suppress library warnings during unit testTzvetomir Stoyanov (VMware)1-0/+5
2021-04-08libtracefs: Unit test for iterate over raw events in selected CPUsTzvetomir Stoyanov (VMware)1-3/+19
2021-04-08libtracefs: Unit test for iterate over raw events in sorted orderTzvetomir Stoyanov (VMware)1-1/+8
2021-02-08libtracefs: Unit tests for working with non default tracing dirTzvetomir Stoyanov (VMware)1-59/+228
2021-02-08libtracefs: Unit tests for tracing options APIsTzvetomir Stoyanov (VMware)1-0/+144
2021-01-19libtracefs: Link unit test to use static local libraryTzvetomir Stoyanov (VMware)1-1/+1
2021-01-12libtracefs: Unit tests for enable / disable tracing APIsTzvetomir Stoyanov (VMware)1-0/+41
2021-01-12libtracefs: Unit tests for the new APIs for opening and reading ftrace filesTzvetomir Stoyanov (VMware)1-0/+94
2021-01-12libtracefs: tracefs_instance_file_read() get a const file nameTzvetomir Stoyanov (VMware)1-1/+1
2020-12-21libtracefs: Force unit test to use local libraryTzvetomir Stoyanov (VMware)1-1/+1
2020-12-21libtracefs: Rename tracefs_get_tracing_dir() to tracefs_tracing_dir()Tzvetomir Stoyanov (VMware)1-7/+7
2020-12-21libtracefs: Remove tracefs_find_tracing_dir() APITzvetomir Stoyanov (VMware)1-9/+0
2020-12-11libtracefs: Add license informationSteven Rostedt (VMware)1-0/+1
2020-12-09libtracefs: Remove LIBTRACEFS_DIR as it is the same as bdirSteven Rostedt (VMware)1-1/+1
2020-12-07libtracefs: Unit test for tracefs_iterate_raw_events() per CPUTzvetomir (VMware) Stoyanov1-19/+70
2020-12-04libtracefs: Add unit testsTzvetomir (VMware) Stoyanov5-0/+739