- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I've installed VTune 2025.4.0 via oneApi toolkit in a custom location (`~/.intel/oneapi/vtune/2025.4/`) on my Debian 13 machine. I noticed that running vtune-server makes a new `~/intel/vtune` directory in my home directory, in which it stores project files and their respective collected data. While
I want to know if this is the expected behavior, and if there's a way I can prevent it from littering my home dir.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey Beleg! Yeah, that’s actually the expected behavior — VTune always creates a default workspace in ~/intel/vtune for project data, even if you’ve installed it somewhere else. It uses that directory to store collected results and configs tied to your user profile.
If you want to change that location, you can override it by setting the VTUNE_PROJECTS_DIR environment variable before running VTune or vtune-server, like this:
export VTUNE_PROJECTS_DIR=/your/preferred/path vtune-server
That’ll make VTune use your custom directory instead of littering your home folder.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you very much! VTUNE_PROJECTS_DIR is what I was looking for.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Here is also '--data-directory' option available in VTune Server:
https://www.intel.com/content/www/us/en/docs/vtune-profiler/user-guide/2025-4/run-vtune-profiler-server.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In fact the env var VTUNE_PROJECTS_DIR did not solve my problem. Even with `export`, the project dir is still created at `~/intel/vtune/project.`
The `--data-directory` option sets the path only for the project files. `~/intel/vtune` is still created, containing `settings/`.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page