Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix memory leak in roctxRangePushA #75

Open
wants to merge 49 commits into
base: amd-master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
6fffa50
optimized tool stats;
Aug 11, 2020
db1ccb0
flush-rate option fixed;
Aug 15, 2020
dae98a3
Format ostream ops;
Aug 28, 2020
b730da0
Fix for trace checker
rkebichi Sep 11, 2020
4c2b6cb
codeobj tracing prof protocol
Sep 19, 2020
35bc1e9
gen_ostream_ops.py fix - ostream operators as inline static
Sep 9, 2020
5bf3efa
build normalizing - generating under build directory
Sep 7, 2020
401c48b
testing using v3 object
Sep 17, 2020
96ea2d6
HCC_HOME env cleanup
Sep 11, 2020
28e4b8e
SWDEV-253997 : packaging fix: installing hsa_ostream_ops.h
Sep 25, 2020
367e2c4
SWDEV-251491 : gen_ostream_ops.py porting to python3
Oct 1, 2020
fb0c230
SWDEV-249924 : hip correlation id explicite propogation; tracer debug…
Sep 22, 2020
8bb2d30
SWDEV-258731 : cleanup
Oct 30, 2020
9f02bb9
Add RUNPATH to libtracer_tool.so
pruthvistony-amd Jun 5, 2020
73fb6ea
CMakeList.txt: conformant package names
nelsonc-amd Oct 16, 2020
0876c25
SWDEV-251491 : disabling hipModuleUnload tracing which is called on exit
Oct 1, 2020
18c83ea
hip library loader check
Sep 23, 2020
d8d7137
SWDEV-213367 : codeobj event implementation
Sep 3, 2020
c163244
SWDEV-254329 : extending debug trace with timestamps, cmake option '-…
Oct 13, 2020
2293663
code obj tests: adding load base
Oct 15, 2020
68b1850
SWDEV-255938 NEW - added regex and depth support to ostream ops
rkebichi Nov 18, 2020
ff8ac19
adding tests dry run to check if platform is in working state
Nov 23, 2020
d4cd091
Adding dumping of HSA handles
Nov 3, 2020
bf70a1a
SWDEV-264282 : fixing tracer_tool linking
Dec 10, 2020
bfb9095
calling python3 explictely
Dec 10, 2020
3c1a4b3
SWDEV-259683 HIP API records filtering
rkebichi Nov 18, 2020
36b1b2f
SWDEV-251491 : disabling tracing on exit
Dec 22, 2020
7ea1e9a
SWDEV-251491 : fixing tracing on exit
Dec 25, 2020
2a64bd0
SWDEV-271503 Fixed core dump
rkebichi Mar 25, 2021
89ab109
SWDEV-281008 replace hcc_detail by amd_detail
rkebichi Apr 14, 2021
e723f8c
Add dependency on rocm-core
amd-isparry Jul 7, 2021
f7adedb
SWDEV-281658 - Preserve the callback IDs enum ordering
chrispaquot Jun 21, 2021
c5c5e5d
Merge remote-tracking branch 'remotes/origin/amd-staging' into amd-ma…
Aug 3, 2021
ddb44e4
Merge remote-tracking branch 'remotes/origin/amd-staging' into amd-ma…
Aug 14, 2021
776eac1
Merge remote-tracking branch 'remotes/origin/amd-staging' into amd-ma…
Sep 2, 2021
fba52e8
Merge remote-tracking branch 'remotes/origin/amd-staging' into amd-ma…
Oct 20, 2021
f32619b
updating known issues
ammarwa Oct 28, 2021
bd6d6d3
Merge remote-tracking branch 'remotes/origin/amd-staging' into amd-ma…
Nov 22, 2021
38a1972
SWDEV-318551: Adding License file for tracer
ammarwa Jan 21, 2022
c3cbdea
Merge remote-tracking branch 'remotes/origin/amd-staging' into amd-ma…
Feb 3, 2022
da12ec5
Merge remote-tracking branch 'remotes/origin/amd-staging' into amd-ma…
Feb 7, 2022
1668617
Update README.md
ammarwa Feb 9, 2022
f6db80c
Merge branch 'amd-master' into rocm-5.0.x
ammarwa Feb 9, 2022
a19a826
SWDEV-291455: Prefer rocm include path to hip include path
raramakr Feb 14, 2022
38397cb
Merge remote-tracking branch 'remotes/origin/amd-staging' into amd-ma…
Feb 16, 2022
7f02d6e
Merge tag 'rocm-5.1.0' into amd-master
ammarwa Mar 30, 2022
75f74bb
SWDEV-307394: Fixing Download HSA-Class Issue
ammarwa Mar 29, 2022
f935048
Merge remote-tracking branch 'origin/rocm-5.1.x' into amd-master
ammarwa May 20, 2022
82ceb54
Fix memory leak in roctxRangePushA
MrBurmark Jun 10, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
SWDEV-258731 : cleanup
Change-Id: I0bc4ca977ce44f864178e78ec339888f86cbed8a
Evgeny committed Oct 30, 2020
commit 8bb2d3095ea86edb5b306685a38f5cc6654c1ddb
1 change: 0 additions & 1 deletion src/core/roctracer.cpp
Original file line number Diff line number Diff line change
@@ -95,7 +95,6 @@ THE SOFTWARE.


static inline uint32_t GetPid() { return syscall(__NR_getpid); }
static inline uint32_t GetTid() { return syscall(__NR_gettid); }

///////////////////////////////////////////////////////////////////////////////////////////////////
// Mark callback