SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

golang-github-hodgesds-perf-utils-devel rpm build for : Fedora 35. For other distributions click golang-github-hodgesds-perf-utils-devel.

Name : golang-github-hodgesds-perf-utils-devel
Version : 0.2.5 Vendor : Fedora Project
Release : 2.fc35 Date : 2021-07-22 09:03:56
Group : Unspecified Source RPM : golang-github-hodgesds-perf-utils-0.2.5-2.fc35.src.rpm
Size : 0.11 MB
Packager : Fedora Project
Summary : Perf Utilities for Go
Description :
This package is a go library for interacting with the perf subsystem in Linux. I
had trouble finding a golang perf library so I decided to write this by using
the linux’s perf as a reference. This library allows you to do things like see
how many CPU instructions a function takes (roughly), profile a process for
various hardware events, and other interesting things. Note that because the go
scheduler can schedule a goroutine across many OS threads it becomes rather
difficult to get an exact profile of an invididual goroutine. However, a few
tricks can be used; first a call to runtime.LockOSThread to lock the current
goroutine to an OS thread. Second a call to unix.SchedSetaffinity, with a CPU
set mask set. Note that if the pid argument is set 0 the calling thread is used
(the thread that was just locked). Before using this library you should probably
read the perf_event_open man page which this library uses heavily. See this
kernel guide for a tutorial how to use perf and some of the limitations.

This package contains the source code needed for building packages that
reference the following Go import paths:
– github.com/hodgesds/perf-utils

RPM found in directory: /packages/linux-pbone/archive.fedoraproject.org/fedora-secondary/releases/35/Everything/ppc64le/os/Packages/g

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  golang-github-hodgesds-perf-utils-devel-0.2.5-2.fc35.noarch.rpm
     

Provides :
golang(github.com/hodgesds/perf-utils)
golang-github-hodgesds-perf-utils-devel
golang-ipath(github.com/hodgesds/perf-utils)

Requires :
go-filesystem
golang(go.uber.org/multierr)
golang(golang.org/x/sys/unix)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/share/doc/golang-github-hodgesds-perf-utils-devel
/usr/share/doc/golang-github-hodgesds-perf-utils-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/hodgesds
/usr/share/gocode/src/github.com/hodgesds/perf-utils
/usr/share/gocode/src/github.com/hodgesds/perf-utils/.goipath
/usr/share/gocode/src/github.com/hodgesds/perf-utils/README.md
/usr/share/gocode/src/github.com/hodgesds/perf-utils/bpf.go
/usr/share/gocode/src/github.com/hodgesds/perf-utils/cache_profiler.go
/usr/share/gocode/src/github.com/hodgesds/perf-utils/cache_profiler_test.go
/usr/share/gocode/src/github.com/hodgesds/perf-utils/events.go
/usr/share/gocode/src/github.com/hodgesds/perf-utils/events_test.go
/usr/share/gocode/src/github.com/hodgesds/perf-utils/fs_utils.go
/usr/share/gocode/src/github.com/hodgesds/perf-utils/fs_utils_test.go
/usr/share/gocode/src/github.com/hodgesds/perf-utils/go.mod
/usr/share/gocode/src/github.com/hodgesds/perf-utils/group_profiler.go
/usr/share/gocode/src/github.com/hodgesds/perf-utils/group_profiler_test.go
/usr/share/gocode/src/github.com/hodgesds/perf-utils/hardware_profiler.go
/usr/share/gocode/src/github.com/hodgesds/perf-utils/hardware_profiler_test.go
/usr/share/gocode/src/github.com/hodgesds/perf-utils/process_profile.go
/usr/share/gocode/src/github.com/hodgesds/perf-utils/process_profile_test.go
/usr/share/gocode/src/github.com/hodgesds/perf-utils/software_profiler.go
/usr/share/gocode/src/github.com/hodgesds/perf-utils/software_profiler_test.go
/usr/share/gocode/src/github.com/hodgesds/perf-utils/utils.go
/usr/share/gocode/src/github.com/hodgesds/perf-utils/utils_test.go
/usr/share/licenses/golang-github-hodgesds-perf-utils-devel
/usr/share/licenses/golang-github-hodgesds-perf-utils-devel/LICENSE

 
ICM