Konstantin Gukov

Results 18 issues of Konstantin Gukov

### Issue describing the changes in this PR Do not swallow `CliArgumentsException`. Return non-zero exit code if CLI arguments are incorrect. Fixes https://github.com/Azure/azure-functions-core-tools/issues/3277 ### Pull request checklist * [x] My...

### Issue describing the changes in this PR Instead of parsing the .csproj file, determine the target framework by calling `dotnet build -getproperty:TargetFramework`. It "works on my machine" (OSX, dotnet...

> We understand you have a problem and are in a hurry, but please provide us with some info to make it much more likely for your issue to be...

### What reproduces the bug? Provide code if possible. On Ubuntu 22.04 (running on Virtualbox), create a new probe with `perf`. For example: ```bash $ sudo perf probe -f -x...

bug

Fixes https://github.com/iovisor/bcc/issues/5013 - Extend `bcc_proc` API. Allow to limit search to specific pid. - Also extend the Python binding with the same goal. - The API changes are backwards-compatible. -...

## Problem When debugging a specific process, I might need to set the probes in the shared library that this process is using. The function `bcc_procutils_which_so(libname, pid)` seemingly helps with...

## Description Add a link to the source on the pypi page. ## Checklist - [ ] I have tested these changes locally. - [x] I have reviewed the code...

There's [a comment](https://github.com/linux-usdt/libstapsdt/blob/main/src/sdtnote.c#L9) saying this library works only on x86_64 architectures. Is this correct? Are there any other system requirements except linux/x86_x64 ?