libtraceevent1-plugins-1.7.3-150500.11.5.1<>,9Hgp9|(ojE u[ W?Z;܋N.?NO}IOl~Q*͉kGf-1}nnX`*eHǨK/i^|O{{KOW&⌙ms]$=i)eSgws#LS"~FhSZBOwźX"6tqoA\3\@Op. d TZ|֎o9G76׳nrȐU棴>>-h?-Xd - ^  0pv'' j' ' T' ' ' X' '  '    ( 8 9 ,:UFG0'H'Ih'XY\']\'^!Fb!c"3d"e"f"l"u"'v#tw+0'x+'y,h$z,-- --TClibtraceevent1-plugins1.7.3150500.11.5.1Plugins for the Linux kernel trace event libraryThis package provides plugins for the libtraceevent library.gnebbiolo faSUSE 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/linuxppc64lehh``Phh``AA큤ggggggggggggggggggggggggggggggggggggggg62b3afb6daed3a6a5de59df53d5bbf60d877859d507d1ee1b46cc9807bdcada20022443eafba8617fb2795f3b1540fe57dcdbc0c902d497dfdc5aa0d70795afcc1d94aba7393f37759a71caeb25d592b8ad3857c55ac04fc1c380d1da84f7098e6eb9768797673388b69772d718bc9992ca965942ff1fad37cb3d6f1402c0bfb2a41fbf7dfb653746c6436a960f708a983b765b9ef94178b3831eb9fc3ca5cc17004317d5f9cb75acd5ba417f125d54e7ef794ac493582eafc3ce82b39b78c22d03c074618efe372bdae5a451854c418b27fe0cc273bcbea36950be7c8c21dd0f6682c9412ac76b101d0e26d0ddab74f4e18fa51fa251513a0911a508638fa880901b505cd749322b2a035471c3760615a8cb15d7b266dd1c3fc9c418c910bfa1f507d794a3e1c85868dc1ee158749d9c1e75335cd07da6688e4a54f69526b6db794d7c39456b8aeb461896e8bb2b21ee5c24e20be034b70804f4118028f60e64047485fb45f35cf1531dad3160fa591f2990cae6273090994a770c782f15404c3cc402933d40fb02049b031900c981ce774cae17f323796f9de6e6fd2c4776dplugin_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(ppc-64)@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(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.nebbiolo 1743583471  !"#$%&'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_Updatedrpmxz5ppc64le-suse-linux     directoryASCII textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=83c12c1f0874077d44c48a2093593b3e67847db9, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=b35aa91c4a2dfe5d647ce57d6c5890b05e81fdd7, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=73f8aa81b87be192726169960fac168d47b3ac7d, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=8a13ca919debeb4c436d0a15e6abc5d14deca37b, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=1566afec558fda8edf358728910c3af3d4f72437, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=67d1960b7bcda5b897fd4294ef5d3f3dc2795ce1, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=1229ccd468058aada0f17b7c8b51fb1a3b7ff368, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=ec3cc0d6b7d7a64d4549069be01c988de6fb006d, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=33ffb10ca7446967a7ff7644c4c79a4b14861740, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=532f8b72baf4f7ee016010ca1425e6483298dea4, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=18b309d0473980533ac11afb352c36470d47ccaa, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=9c410bc0520b69ea61a943ca1e8da79e53d869a7, stripped !RRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRE?.c V+ߓ utf-8ecc1bff6b6e678f97cb779ed8c63daac0fc2910ccebc1ec1c0be3633aa07f139? 7zXZ !t/i]"k%+ƕƱ^f+&ٌI= Rw3%ָD N]-!x,pϕ#Xjo@7GOj)~geknqoGa  m^ C9 c=.&d{/:{߮$/<+H-U/${ƖMoK#^ǻ7*Xz`(થ~d$xy) =0۟ .G4p $+ې#L6g#W/t9 eUKCW}}Gh@0"~&W e Εi Lw^ B5v e!ewG}iVW 8Gzh{%5pm8e.| kQx[DWبkXqZ@T}hE,&[Smd.z9S߇䧈}NRfHEFy)B.d WbL~$;ٰnXe3hѭ⭾q"t '5"v'xrNMm6bs4ElS&ҕO: Fy-TLđҋhw0kmifV p e*̧wK*``iϘp /{UкYU 4b=h>XM֍_ΒJ !PA9KԢINwBr}eȠǘ_f 9L-zS63{䳦Eezs_ѝ瓥a =2 c> )_V\EkAK=DJ@pS[.62 ^Nט:}6$t#5&@+"Ӣչ5=w!RpKdSEɅK+4De9V R֞V7cn(X},5㙴SC=fʒ{ͨA)'NתZ` 5#v_C%КIeH,j8͵+t 0Eko"xP[E+m~bx.No@cĀ_/nH-:Wx?db,Uޏ+P 1y z׊K3JTw;Iq8OҘfr:ˆa/  nu?8!2P"㱓]}zO dV~ J71iHmyظ+N-@)~Mؕýu㓘ɩ).!`΄$ʘ;Ƭm^vI?ULVhZO39 P.@A) Pa:n P? ~?k'e`# ta3),TĹ)!YɃZWN, YZ