libtraceevent1-plugins-1.7.3-150500.11.5.1<>,7xgp9|Qt]yNuRruBMYtCey e1LFz5 pPf %8#ŬWQDE^y*`W{L$aá-7o(CV͓E*ThS۽.!Mȟ׾mcGٚ@mEp80{炊œBn.5Frr(N@xp\?JfLsp Q/e~ m^iX]k^+>>,?,d - ^  0pv'' j' ' T' ' ' X' '  '     ( $8 ,9 p:F^Gt'H'I'XY\']'^!b!c"wd"e#f#l# u#'v#w*l'x+'y+,z,T,d,h,n,Clibtraceevent1-plugins1.7.3150500.11.5.1Plugins for the Linux kernel trace event libraryThis package provides plugins for the libtraceevent library.gh03-ch2bɧSUSE Linux Enterprise 15SUSE LLC GPL-2.0-only AND LGPL-2.1-onlyhttps://www.suse.com/System/Librarieshttps://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/linuxx86_648'P''''AA큤ggggggggggggggggggggggggggggggggggggggge3b81ccb60a80a46bbe571a5a35c2f60329f7eafa585a82b8d3263f928b51e66c14be564c4c05564edbd7b0b489858764515b2c3206563a38a030462c5839bd55a8aea26dd59de6e3e35f6c6dd77696dd6e3f1702c0f5a6227655b5f8dfdc5993b4c75b0dcc9ccce51d85d91e6d51590fee7724aaba8058d3df252a541ad8955ce9615413a50a1aef28ac69553127bdacde2dd2a7cebc56bfaa2806bfe4a009e46ef9fbf1f798158c04876abdfb95ae7c10f0bd0fe455dbbffac3ec2ca36f6cd069c4ecb065e7cc2efd682befed322bbd3221da32d0a13be4fb68293180538a08b9d983d92897bdc60a6d3d406a16daeca43b257b66f1e62b20e2af0217523e120662a32509374dd363d514f7e461925fa00d2a982c48b33f3ba23558861dc6aeb51adefe25a903aa0f9f1334b37d1ce81dee2c2a9a99200277c0ba8325301d853f4c2fc16cdebe1a0fc8c8940d2dd6c6a1de0562292e26011b049cee8f53db0577c9588989a602bf2619fa81d18e5911b4f618ff7ac39d66bb22f79327601f17dc04853f7bb7c39104e637270e660c42cd6385ccf557d65f0f1ddcd42c9be38plugin_cfg80211.so.1plugin_cfg80211.so.1.7.3plugin_function.so.1plugin_function.so.1.7.3plugin_futex.so.1plugin_futex.so.1.7.3plugin_hrtimer.so.1plugin_hrtimer.so.1.7.3plugin_jbd2.so.1plugin_jbd2.so.1.7.3plugin_kmem.so.1plugin_kmem.so.1.7.3plugin_kvm.so.1plugin_kvm.so.1.7.3plugin_mac80211.so.1plugin_mac80211.so.1.7.3plugin_sched_switch.so.1plugin_sched_switch.so.1.7.3plugin_scsi.so.1plugin_scsi.so.1.7.3plugin_tlb.so.1plugin_tlb.so.1.7.3plugin_xen.so.1plugin_xen.so.1.7.3rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootlibtraceevent-1.7.3-150500.11.5.1.src.rpmlibtraceevent1-pluginslibtraceevent1-plugins(x86-64)@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libtraceevent.so.1()(64bit)libtraceevent1rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.7.33.0.4-14.6.0-14.0-15.2-14.14.3d@dJcc@c=@c@cc @bL/@bs@b@a@`f@`f@`@`+__@tonyj@suse.comdmueller@suse.comhp@urpla.netdaniel.wagner@suse.comdmueller@suse.comdaniel.wagner@suse.comjengelh@inai.dedaniel.wagner@suse.comschwab@suse.deolaf@aepfle.dedfaggioli@suse.comtonyj@suse.comdfaggioli@suse.comtonyj@suse.comdfaggioli@suse.comjengelh@inai.detonyj@suse.com- Update to version 1.7.3 * Handle printf '%+d" case * Add initial support for meson * Handle %c - Drop patch 0001-libtraceevent-Add-initial-support-for-meson.patch (upstream)- update to 1.7.2: * Fix some missing commas in big endian blocks * Rename "ok" to "token_has_paren" in process_sizeof() * No need for testing ok in else if (!ok) in process_sizeof() * Fix double free in parsing sizeof()- Let's build this package in %build, not %prep, as usual - Link explicitly with -ldl allows building with older toolchains- Sync meson build patch with latest upstream version * Documentation is build via extra build target- update to 1.7.1: * Make sure 32 bit work on 64 bit file systems * Fix string parsing * Remove tep_find_function{address}() from libtraceevent * Fix output of raw prints * Show migrate-disabled field- Update to release 1.7.0 - New APIs: tep_find_function_info() - Returns not only the name of a function from its address, but also where the function starts and its size. tep_kbuffer() - Returns the kbuffer parser for a tep handle. - Now handles cpumask() macro parsing. - Add SAME_AS_HOST for endian and long size to kbuffer_alloc() - Handle dynamic fields that are not arrays. - Allow function parameters to have operators. - sizeof() parsing for some basic types. - Added man pages for the kbuffer API. - print_field_raw() terminates with '\0' - Fix uninitialized variables - Fix a "check after derer" coverity flaw - Fix testing the dereference pointer instead of the pointer for NULL. - Fix double free - Build project with Meson * add 0001-libtraceevent-Add-initial-support-for-meson.patch- Update to release 1.6.2 * Add API tep_get_function_count() * Reset right arg when copying TEP_PRINT_OP * Reset field properly in event_read_fields() * Fix memleak in make_bprint_args() * Add processing of __get_sockaddr() and __get_sockaddr_rel()- Update to latest upstream version (1.5.3) Most notable changes are all bugfixes, e.g.: * Optimize constant logic in print format processing * Better parsing of fields with typecasts * Fix backward compatibility with tep_print_arg_string * Log printing updates * Fix man pages * Sample program to simplify testing of event format parsing * Better message of expected tokens * Fix parsing print fmts with new lines For details, see: * https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/tag/?h=libtraceevent-1.5.3 * https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/tag/?h=libtraceevent-1.5.2 * https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/tag/?h=libtraceevent-1.5.1- Use %{optflags} - Makefile is not parallel-safe- Force correct pkgconfig_dir location to fix build- Update to latest upstream version (1.5.0) - Update romlintrc (again) to silence complains about plugins- Update rpmlintrc to suppress warnings about plugins- Update to latest upstream version (1.3.0)- Make package compliant with SLPP. Package plugins into so-ver specific directory.- Update to latest upstream version (1.2.1) - Fix one rpmlint warning- Rectify License: fields to mirror the SPDX lines found in source and the object builds. - Rectify Group: fields. - Fix duplicate manpages. - Rename rpmlintrc according to policy. - Update to release 1.1.1 * trace-cmd libtraceevent: Fix bprint '#' parsing * Man page for tep_add_plugin_path() API * Man page for libtraceevent debug APIs- Initial checkin of libtraceevent.h03-ch2b 1743583439  !"#$%&'1.7.3-150500.11.5.11.7.3-150500.11.5.1traceevent1pluginslibtraceevent-dynamic-listplugin_cfg80211.soplugin_cfg80211.so.1plugin_cfg80211.so.1.7.3plugin_function.soplugin_function.so.1plugin_function.so.1.7.3plugin_futex.soplugin_futex.so.1plugin_futex.so.1.7.3plugin_hrtimer.soplugin_hrtimer.so.1plugin_hrtimer.so.1.7.3plugin_jbd2.soplugin_jbd2.so.1plugin_jbd2.so.1.7.3plugin_kmem.soplugin_kmem.so.1plugin_kmem.so.1.7.3plugin_kvm.soplugin_kvm.so.1plugin_kvm.so.1.7.3plugin_mac80211.soplugin_mac80211.so.1plugin_mac80211.so.1.7.3plugin_sched_switch.soplugin_sched_switch.so.1plugin_sched_switch.so.1.7.3plugin_scsi.soplugin_scsi.so.1plugin_scsi.so.1.7.3plugin_tlb.soplugin_tlb.so.1plugin_tlb.so.1.7.3plugin_xen.soplugin_xen.so.1plugin_xen.so.1.7.3/usr/lib64//usr/lib64/traceevent1//usr/lib64/traceevent1/plugins/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:38162/SUSE_SLE-15-SP5_Update/c169f0c0316e3a1960f4f9297b45e35b-libtraceevent.SUSE_SLE-15-SP5_Updatedrpmxz5x86_64-suse-linux     directoryASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c01c71abfe279d38c9abc76e210a857f262e0125, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=848ba39558bf79e1b4fda0b4a682aaf0e8bb29d7, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=2f5516fc9c763656fea368f8bb20264aa20b4ff3, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ddec819cba0e19a823ea88c9d0b4c180a1da5940, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=be03e607caac77b56731addf20ea6a798f980419, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f061ab459b1501786ced1d7483e5697e2b66194c, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a3ef0dfddba61f258e4466dac53c7ffc4e930ad2, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=bb9b608960410318c324cedd280fa028663028e7, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=c717e905a18337170728864838850a46fc975aad, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e1e9ea41f03ccc8ebf69a185c67529b4966353b4, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ebfb20f300ae2fce77ba1d3b2282a5b1b532b59e, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=02c85c65ab394fc505aaff85d9ee247fe77fbf37, stripped "%)RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRROhnFY6utf-8313355834c314522880545e198aac8486646e49a49b16a1f2e4f19a96222f58b? 7zXZ !t/j]"k%+ƕƱ^f+&ٌI= Rw3%ָD N\k0qvlmPXi9]Gu+ṃ>{)J9zJ6\0ȷyDUj"2@L&@O.(ı5aN5|QKpMjaf;yVMLǸg=MOiL_r`/Ƞ-,T)gT1?g!h~8Ӹ.uģG+&L[36r;fj0w(solϦ琸$&rP~O`TiMQҌ{R|zu9yyyj/7`p Q8/NbmuP9Z+p2E'9$/ZVu#i@ϭp[t#\laҚtZ~Zwf"mK"i#W?,^w8,q(AGA31QĒWY~$>$0U_ڪsUR? }͹A,O rKbZ̆X!6jp\j\qbB&ϓ ,خ_~xs} Z rKir"C˟P1iTo gtĄ+2ueq+M&/R`../ *2C YZ