Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: libtracefs-devel | Distribution: SUSE Linux Framework One |
Version: 1.6.4 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: slfo.1.1.4 | Build date: Mon Aug 26 14:43:26 2024 |
Group: Development/Libraries/C and C++ | Build host: s390zl31 |
Size: 1695931 | Source RPM: libtracefs-1.6.4-slfo.1.1.4.src.rpm |
Packager: https://www.suse.com/ | |
Url: https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/ | |
Summary: Development files for libtracefs |
This library provides C APIs to access the kernel trace file system. This subpackage contains the header files.
LGPL-2.1-only
* Tue Feb 07 2023 daniel.wagner@suse.com - Sync meson build patch with latest upstream version * Documentation is built via extra build target * Wed Jan 18 2023 dmueller@suse.com - update to 1.6.4: * Flush pipe data in tracefs_cpu_flush() * Add check for duplicate functions in man pages * Make sure 32 bit works on 64 bit file systems * Tue Dec 27 2022 daniel.wagner@suse.com - Use meson to build package * add 0001-libtracefs-Add-initial-support-for-meson.patch * Fri Dec 16 2022 jengelh@inai.de - Update to release 1.6.3 * Fix a regression of where tracefs_tracing_dir() did not mount the tracefs file system if it was not already mounted. Same for mounting debugfs with tracefs_debug_dir(). * Have tracefs_tracing_dir() and tracefs_debug_dir() check if the cached directory still exists and is mounted. * Fri Nov 25 2022 jengelh@inai.de - Update to release 1.6.1 * Fix tracefs_iterate_raw_events() to handle NULL callback * Wed Nov 16 2022 jengelh@inai.de - Update to release 1.6.0 * No changelog provided by upstream * A set of new API functions * Mon Aug 29 2022 jengelh@inai.de - Update to release 1.4.2 * Build fixes only (parallel build, musl support) * Tue Jun 21 2022 jengelh@inai.de - Force make -j1 during build because of object file corruption. * Tue Jun 07 2022 daniel.wagner@suse.com - Update to latest upstream version (1.4.1) * Raw uprobe API: tracefs_uprobe_alloc(), tracefs_uretprobe_alloc * Return the debugfs mount point from tracefs_debug_dir() * sqlhst: Fix labels being ignored for synthetic event field * sqlhst: Allow same event to be both the start and end event * sqlhst: Use unique names for labels * sqlhst: Report errors when executing commands * Tue Apr 05 2022 daniel.wagner@suse.com - Update to latest upstream version (1.3.1) * Optimized string list handling. It was always stated that some string lists must be freed with tracefs_list_free(), and now it is mandatory, as metadata is used to store the size, and normal freeing of the list will cause memory issues. * More consistency with errno values * sqlhist is now officially built * New methods for setting and reading affinity tracefs_instance_set_affinity_set() tracefs_instance_set_affinity_raw() tracefs_instance_set_affinity() tracefs_instance_get_affinity() tracefs_instance_get_affinity_raw() tracefs_instance_get_affinity_set() * New method to see the system tracers tracefs_instances() * New methods to read and clear the error log tracefs_error_last() tracefs_error_all() tracefs_error_clear() * New methods to modify the string lists tracefs_list_add() tracefs_list_size() * New method to stop the iterator over raw events tracefs_iterate_stop() * New methods to make it easier to access event files tracefs_event_get_file() tracefs_event_file_read() tracefs_event_file_write() tracefs_event_file_append() tracefs_event_file_clear() tracefs_event_file_exists() * New method to get the available filter functions tracefs_filter_functions() * New methods to enable or disable tracers tracefs_tracer_set() tracefs_tracer_clear() * New methods for streaming the trace_pipe file tracefs_trace_pipe_stream() tracefs_trace_pipe_print() tracefs_trace_pipe_stop() * New methods for creating, modifying and destroying dynamic events tracefs_dynevent_create() tracefs_dynevent_destroy() tracefs_dynevent_destroy_all() tracefs_dynevent_free() tracefs_dynevent_list_free() tracefs_dynevent_get_all() tracefs_dynevent_get() tracefs_dynevent_info() tracefs_dynevent_get_event() * New method to create an event probe (then use dynamic methods above) tracefs_eprobe_alloc() * New methods to create kprobes and kretprobes tracefs_kprobe_alloc() tracefs_kretprobe_alloc() tracefs_kprobe_raw() tracefs_kretprobe_raw() * New methods for creating, modifying and destroying histograms tracefs_hist_free() tracefs_hist_alloc() tracefs_hist_alloc_2d() tracefs_hist_alloc_nd() tracefs_hist_get_name() tracefs_hist_get_event() tracefs_hist_get_system() tracefs_hist_add_key() tracefs_hist_add_value() tracefs_hist_add_sort_key() tracefs_hist_set_sort_key() tracefs_hist_sort_key_direction() tracefs_hist_add_name() tracefs_hist_append_filter() tracefs_hist_echo_cmd() tracefs_hist_command() tracefs_hist_start() tracefs_hist_pause() tracefs_hist_continue() tracefs_hist_reset() tracefs_hist_destroy() * New methods for creating, modifying and destroying synthetic events tracefs_synth_get_name() tracefs_synth *tracefs_synth_alloc() tracefs_synth_add_match_field() tracefs_synth_add_compare_field() tracefs_synth_add_start_field() tracefs_synth_add_end_field() tracefs_synth_append_start_filter() tracefs_synth_append_end_filter() tracefs_synth_trace() tracefs_synth_snapshot() tracefs_synth_save() tracefs_synth_complete() tracefs_synth_get_start_hist() tracefs_synth_create() tracefs_synth_destroy() tracefs_synth_free() tracefs_synth_echo_cmd() tracefs_synth_raw_fmt() tracefs_synth_show_event() tracefs_synth_show_start_hist() tracefs_synth_show_end_hist() tracefs_synth_get_event() * New methods to modify event filters tracefs_filter_string_append() tracefs_filter_string_verify() tracefs_event_filter_apply() tracefs_event_filter_clear() tracefs_event_append_filter() tracefs_event_verify_filter() * New method to create a synthetic event via a SQL string tracefs_sql() The man page comes with its own program (sqlhist). * Tue Feb 22 2022 olaf@aepfle.de - Force correct pkgconfig_dir location to fix build * Wed Jan 19 2022 dfaggioli@suse.com - Update to latest upstream version (1.2.5) * No changelog provided again * Fri May 14 2021 dfaggioli@suse.com - Update to new upstream version (1.2.0) * No changelog was provided by upstream. * libtracefs: Add tracefs_event_enable/disable() API * Mon May 10 2021 dfaggioli@suse.com - update to new upstream version (1.1.2) - drop patch 294319.patch (already present upstream) * Tue Dec 22 2020 jengelh@inai.de - Initial package (version 1.0.0) for build.opensuse.org - Add 294319.patch
/usr/include/libtracefs /usr/include/libtracefs/tracefs.h /usr/lib64/libtracefs.so /usr/lib64/pkgconfig/libtracefs.pc /usr/share/doc/packages/libtracefs /usr/share/doc/packages/libtracefs/libtracefs-cpu-open.html /usr/share/doc/packages/libtracefs/libtracefs-cpu.html /usr/share/doc/packages/libtracefs/libtracefs-dynevents.html /usr/share/doc/packages/libtracefs/libtracefs-eprobes.html /usr/share/doc/packages/libtracefs/libtracefs-error.html /usr/share/doc/packages/libtracefs/libtracefs-events-file.html /usr/share/doc/packages/libtracefs/libtracefs-events-tep.html /usr/share/doc/packages/libtracefs/libtracefs-events.html /usr/share/doc/packages/libtracefs/libtracefs-files.html /usr/share/doc/packages/libtracefs/libtracefs-filter.html /usr/share/doc/packages/libtracefs/libtracefs-function-filter.html /usr/share/doc/packages/libtracefs/libtracefs-hist-cont.html /usr/share/doc/packages/libtracefs/libtracefs-hist-mod.html /usr/share/doc/packages/libtracefs/libtracefs-hist.html /usr/share/doc/packages/libtracefs/libtracefs-instances-affinity.html /usr/share/doc/packages/libtracefs/libtracefs-instances-file-manip.html /usr/share/doc/packages/libtracefs/libtracefs-instances-files.html /usr/share/doc/packages/libtracefs/libtracefs-instances-manage.html /usr/share/doc/packages/libtracefs/libtracefs-instances-utils.html /usr/share/doc/packages/libtracefs/libtracefs-iterator.html /usr/share/doc/packages/libtracefs/libtracefs-kprobes.html /usr/share/doc/packages/libtracefs/libtracefs-log.html /usr/share/doc/packages/libtracefs/libtracefs-marker.html /usr/share/doc/packages/libtracefs/libtracefs-marker_raw.html /usr/share/doc/packages/libtracefs/libtracefs-option-get.html /usr/share/doc/packages/libtracefs/libtracefs-option-misc.html /usr/share/doc/packages/libtracefs/libtracefs-options.html /usr/share/doc/packages/libtracefs/libtracefs-sql.html /usr/share/doc/packages/libtracefs/libtracefs-sqlhist.txt.html /usr/share/doc/packages/libtracefs/libtracefs-stream.html /usr/share/doc/packages/libtracefs/libtracefs-synth-info.html /usr/share/doc/packages/libtracefs/libtracefs-synth.html /usr/share/doc/packages/libtracefs/libtracefs-synth2.html /usr/share/doc/packages/libtracefs/libtracefs-traceon.html /usr/share/doc/packages/libtracefs/libtracefs-tracer.html /usr/share/doc/packages/libtracefs/libtracefs-uprobes.html /usr/share/doc/packages/libtracefs/libtracefs-utils.html /usr/share/doc/packages/libtracefs/libtracefs.html /usr/share/man/man3/libtracefs.3.gz /usr/share/man/man3/tracefs_binary_close.3.gz /usr/share/man/man3/tracefs_binary_init.3.gz /usr/share/man/man3/tracefs_binary_write.3.gz /usr/share/man/man3/tracefs_cpu_alloc_fd.3.gz /usr/share/man/man3/tracefs_cpu_buffered_read.3.gz /usr/share/man/man3/tracefs_cpu_close.3.gz /usr/share/man/man3/tracefs_cpu_flush.3.gz /usr/share/man/man3/tracefs_cpu_flush_write.3.gz /usr/share/man/man3/tracefs_cpu_free_fd.3.gz /usr/share/man/man3/tracefs_cpu_open.3.gz /usr/share/man/man3/tracefs_cpu_pipe.3.gz /usr/share/man/man3/tracefs_cpu_read.3.gz /usr/share/man/man3/tracefs_cpu_read_size.3.gz /usr/share/man/man3/tracefs_cpu_stop.3.gz /usr/share/man/man3/tracefs_cpu_write.3.gz /usr/share/man/man3/tracefs_debug_dir.3.gz /usr/share/man/man3/tracefs_dir_exists.3.gz /usr/share/man/man3/tracefs_dynevent_create.3.gz /usr/share/man/man3/tracefs_dynevent_destroy.3.gz /usr/share/man/man3/tracefs_dynevent_destroy_all.3.gz /usr/share/man/man3/tracefs_dynevent_free.3.gz /usr/share/man/man3/tracefs_dynevent_get.3.gz /usr/share/man/man3/tracefs_dynevent_get_all.3.gz /usr/share/man/man3/tracefs_dynevent_get_event.3.gz /usr/share/man/man3/tracefs_dynevent_info.3.gz /usr/share/man/man3/tracefs_dynevent_list_free.3.gz /usr/share/man/man3/tracefs_eprobe_alloc.3.gz /usr/share/man/man3/tracefs_error_all.3.gz /usr/share/man/man3/tracefs_error_clear.3.gz /usr/share/man/man3/tracefs_error_last.3.gz /usr/share/man/man3/tracefs_event_disable.3.gz /usr/share/man/man3/tracefs_event_enable.3.gz /usr/share/man/man3/tracefs_event_file_append.3.gz /usr/share/man/man3/tracefs_event_file_clear.3.gz /usr/share/man/man3/tracefs_event_file_exists.3.gz /usr/share/man/man3/tracefs_event_file_read.3.gz /usr/share/man/man3/tracefs_event_file_write.3.gz /usr/share/man/man3/tracefs_event_filter_apply.3.gz /usr/share/man/man3/tracefs_event_filter_clear.3.gz /usr/share/man/man3/tracefs_event_get_file.3.gz /usr/share/man/man3/tracefs_event_is_enabled.3.gz /usr/share/man/man3/tracefs_event_systems.3.gz /usr/share/man/man3/tracefs_file_exists.3.gz /usr/share/man/man3/tracefs_fill_local_events.3.gz /usr/share/man/man3/tracefs_filter_functions.3.gz /usr/share/man/man3/tracefs_filter_string_append.3.gz /usr/share/man/man3/tracefs_filter_string_verify.3.gz /usr/share/man/man3/tracefs_follow_event.3.gz /usr/share/man/man3/tracefs_follow_missed_events.3.gz /usr/share/man/man3/tracefs_function_filter.3.gz /usr/share/man/man3/tracefs_function_notrace.3.gz /usr/share/man/man3/tracefs_get_clock.3.gz /usr/share/man/man3/tracefs_get_tracing_file.3.gz /usr/share/man/man3/tracefs_hist_add_key.3.gz /usr/share/man/man3/tracefs_hist_add_key_cnt.3.gz /usr/share/man/man3/tracefs_hist_add_name.3.gz /usr/share/man/man3/tracefs_hist_add_sort_key.3.gz /usr/share/man/man3/tracefs_hist_add_value.3.gz /usr/share/man/man3/tracefs_hist_alloc.3.gz /usr/share/man/man3/tracefs_hist_alloc_2d.3.gz /usr/share/man/man3/tracefs_hist_alloc_nd.3.gz /usr/share/man/man3/tracefs_hist_alloc_nd_cnt.3.gz /usr/share/man/man3/tracefs_hist_append_filter.3.gz /usr/share/man/man3/tracefs_hist_command.3.gz /usr/share/man/man3/tracefs_hist_continue.3.gz /usr/share/man/man3/tracefs_hist_destroy.3.gz /usr/share/man/man3/tracefs_hist_echo_cmd.3.gz /usr/share/man/man3/tracefs_hist_free.3.gz /usr/share/man/man3/tracefs_hist_get_event.3.gz /usr/share/man/man3/tracefs_hist_get_name.3.gz /usr/share/man/man3/tracefs_hist_get_system.3.gz /usr/share/man/man3/tracefs_hist_pause.3.gz /usr/share/man/man3/tracefs_hist_reset.3.gz /usr/share/man/man3/tracefs_hist_set_sort_key.3.gz /usr/share/man/man3/tracefs_hist_sort_key_direction.3.gz /usr/share/man/man3/tracefs_hist_start.3.gz /usr/share/man/man3/tracefs_instance_alloc.3.gz /usr/share/man/man3/tracefs_instance_create.3.gz /usr/share/man/man3/tracefs_instance_destroy.3.gz /usr/share/man/man3/tracefs_instance_exists.3.gz /usr/share/man/man3/tracefs_instance_file_append.3.gz /usr/share/man/man3/tracefs_instance_file_clear.3.gz /usr/share/man/man3/tracefs_instance_file_open.3.gz /usr/share/man/man3/tracefs_instance_file_read.3.gz /usr/share/man/man3/tracefs_instance_file_read_number.3.gz /usr/share/man/man3/tracefs_instance_file_write.3.gz /usr/share/man/man3/tracefs_instance_free.3.gz /usr/share/man/man3/tracefs_instance_get_affinity.3.gz /usr/share/man/man3/tracefs_instance_get_affinity_raw.3.gz /usr/share/man/man3/tracefs_instance_get_affinity_set.3.gz /usr/share/man/man3/tracefs_instance_get_buffer_size.3.gz /usr/share/man/man3/tracefs_instance_get_dir.3.gz /usr/share/man/man3/tracefs_instance_get_file.3.gz /usr/share/man/man3/tracefs_instance_get_name.3.gz /usr/share/man/man3/tracefs_instance_get_trace_dir.3.gz /usr/share/man/man3/tracefs_instance_is_new.3.gz /usr/share/man/man3/tracefs_instance_set_affinity.3.gz /usr/share/man/man3/tracefs_instance_set_affinity_raw.3.gz /usr/share/man/man3/tracefs_instance_set_affinity_set.3.gz /usr/share/man/man3/tracefs_instance_set_buffer_size.3.gz /usr/share/man/man3/tracefs_instances.3.gz /usr/share/man/man3/tracefs_instances_walk.3.gz /usr/share/man/man3/tracefs_iterate_raw_events.3.gz /usr/share/man/man3/tracefs_iterate_stop.3.gz /usr/share/man/man3/tracefs_kprobe_alloc.3.gz /usr/share/man/man3/tracefs_kprobe_raw.3.gz /usr/share/man/man3/tracefs_kretprobe_alloc.3.gz /usr/share/man/man3/tracefs_kretprobe_raw.3.gz /usr/share/man/man3/tracefs_list_add.3.gz /usr/share/man/man3/tracefs_list_free.3.gz /usr/share/man/man3/tracefs_list_size.3.gz /usr/share/man/man3/tracefs_load_cmdlines.3.gz /usr/share/man/man3/tracefs_local_events.3.gz /usr/share/man/man3/tracefs_local_events_system.3.gz /usr/share/man/man3/tracefs_option_disable.3.gz /usr/share/man/man3/tracefs_option_enable.3.gz /usr/share/man/man3/tracefs_option_id.3.gz /usr/share/man/man3/tracefs_option_is_enabled.3.gz /usr/share/man/man3/tracefs_option_is_supported.3.gz /usr/share/man/man3/tracefs_option_mask_is_set.3.gz /usr/share/man/man3/tracefs_option_name.3.gz /usr/share/man/man3/tracefs_options.3.gz /usr/share/man/man3/tracefs_options_get_enabled.3.gz /usr/share/man/man3/tracefs_options_get_supported.3.gz /usr/share/man/man3/tracefs_print_close.3.gz /usr/share/man/man3/tracefs_print_init.3.gz /usr/share/man/man3/tracefs_printf.3.gz /usr/share/man/man3/tracefs_put_tracing_file.3.gz /usr/share/man/man3/tracefs_set_loglevel.3.gz /usr/share/man/man3/tracefs_set_tracing_dir.3.gz /usr/share/man/man3/tracefs_sql.3.gz /usr/share/man/man3/tracefs_synth_add_compare_field.3.gz /usr/share/man/man3/tracefs_synth_add_end_field.3.gz /usr/share/man/man3/tracefs_synth_add_match_field.3.gz /usr/share/man/man3/tracefs_synth_add_start_field.3.gz /usr/share/man/man3/tracefs_synth_alloc.3.gz /usr/share/man/man3/tracefs_synth_append_end_filter.3.gz /usr/share/man/man3/tracefs_synth_append_start_filter.3.gz /usr/share/man/man3/tracefs_synth_complete.3.gz /usr/share/man/man3/tracefs_synth_create.3.gz /usr/share/man/man3/tracefs_synth_destroy.3.gz /usr/share/man/man3/tracefs_synth_echo_cmd.3.gz /usr/share/man/man3/tracefs_synth_free.3.gz /usr/share/man/man3/tracefs_synth_get_event.3.gz /usr/share/man/man3/tracefs_synth_get_name.3.gz /usr/share/man/man3/tracefs_synth_get_start_hist.3.gz /usr/share/man/man3/tracefs_synth_raw_fmt.3.gz /usr/share/man/man3/tracefs_synth_save.3.gz /usr/share/man/man3/tracefs_synth_show_end_hist.3.gz /usr/share/man/man3/tracefs_synth_show_event.3.gz /usr/share/man/man3/tracefs_synth_show_start_hist.3.gz /usr/share/man/man3/tracefs_synth_snapshot.3.gz /usr/share/man/man3/tracefs_synth_trace.3.gz /usr/share/man/man3/tracefs_system_events.3.gz /usr/share/man/man3/tracefs_trace_is_on.3.gz /usr/share/man/man3/tracefs_trace_off.3.gz /usr/share/man/man3/tracefs_trace_off_fd.3.gz /usr/share/man/man3/tracefs_trace_on.3.gz /usr/share/man/man3/tracefs_trace_on_fd.3.gz /usr/share/man/man3/tracefs_trace_on_get_fd.3.gz /usr/share/man/man3/tracefs_trace_pipe_print.3.gz /usr/share/man/man3/tracefs_trace_pipe_stop.3.gz /usr/share/man/man3/tracefs_trace_pipe_stream.3.gz /usr/share/man/man3/tracefs_tracer_available.3.gz /usr/share/man/man3/tracefs_tracer_clear.3.gz /usr/share/man/man3/tracefs_tracer_set.3.gz /usr/share/man/man3/tracefs_tracers.3.gz /usr/share/man/man3/tracefs_tracing_dir.3.gz /usr/share/man/man3/tracefs_tracing_dir_is_mounted.3.gz /usr/share/man/man3/tracefs_uprobe_alloc.3.gz /usr/share/man/man3/tracefs_uretprobe_alloc.3.gz /usr/share/man/man3/tracefs_vprintf.3.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Oct 4 00:35:50 2024