Skip to content

Commit

Permalink
Remove unused type libpf.TraceAndCounts (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
rockdaboot authored Dec 17, 2024
1 parent aea5a17 commit a32420f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions libpf/libpf.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,6 @@ type UnixTime64 uint64
// a native file.
type AddressOrLineno uint64

type TraceAndCounts struct {
Hash TraceHash
Timestamp UnixTime64
Count uint16
Comm string
PodName string
ContainerName string
APMServiceName string
}

type FrameMetadata struct {
FileID FileID
AddressOrLine AddressOrLineno
Expand Down

0 comments on commit a32420f

Please sign in to comment.