-
Notifications
You must be signed in to change notification settings - Fork 16
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
Various enhancements for zopen tools #58
Open
IgorTodorovskiIBM
wants to merge
44
commits into
main
Choose a base branch
from
zopen2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
d95312c
zopen enhancements:
IgorTodorovskiIBM 11eeb20
Add missing header netiniet
IgorTodorovskiIBM ebe82e0
Add support for getline, getdelim, sysconf, memset
IgorTodorovskiIBM b32dcd4
Add utimesat and PTHREAD_RWLOCK_INITIALIZER
IgorTodorovskiIBM 7d497c6
Add readlink override to resolve PARMLIB variables like
IgorTodorovskiIBM 8253dfe
Fix getdelim and readlink override
IgorTodorovskiIBM 153ef5f
Fix typo
IgorTodorovskiIBM b7074a5
Fix getdelim again
IgorTodorovskiIBM b0cd547
Fix missing }
IgorTodorovskiIBM 276feb4
Address comments
IgorTodorovskiIBM 827486b
Address comments
IgorTodorovskiIBM 4145cf9
Add __threading_support - needed for boost and clang 1.1 builds
IgorTodorovskiIBM 040105d
Update memmem
IgorTodorovskiIBM 8c0764d
Add strverscmp from musl c
IgorTodorovskiIBM 504ba77
Fix readlink and mkostemp - after further testing with zopen tools
IgorTodorovskiIBM 5a1b34b
Fix readlink and mkostemp - after further testing with zopen tools
IgorTodorovskiIBM b36a272
Add code for profiling instrumentation
IgorTodorovskiIBM 325ed89
Fix typos
IgorTodorovskiIBM 6f56563
Fix typos
IgorTodorovskiIBM 63e621e
replace bzero with calloc (#68)
kishkulk c098335
revise json
IgorTodorovskiIBM b548649
Fix tid in instrumentation json
IgorTodorovskiIBM b1ae73f
Update zos-instrumentation.cc
IgorTodorovskiIBM 51f5dd0
Resolve clang related build issues
IgorTodorovskiIBM d847fc3
Resolve clang related build issues
IgorTodorovskiIBM b87bc46
Change dsa to __dsa and use traceEvent objects to make ns the default…
IgorTodorovskiIBM 7738105
Gzip the json file once completed
IgorTodorovskiIBM 0756b23
Only activate __get_stack_start on non-quick startup
IgorTodorovskiIBM 5d413b7
Propagate ZOSLIB_QUICK_STARTUP in cmake
IgorTodorovskiIBM 659b1d5
Change the arch level to arch10 for clang (and arch14 only for zos-ge…
IgorTodorovskiIBM d2aed54
Add tracing for allocation
IgorTodorovskiIBM 3a4cb7f
Add malloc/free overrides
IgorTodorovskiIBM 9a69e8e
Add export to __readlink
IgorTodorovskiIBM 4e8ca92
Update zos-v2r5-symbolfixes.h
IgorTodorovskiIBM 2dc1f9b
Resolve issue when malloc/free are used as function pointers
IgorTodorovskiIBM ac3adb8
Add pthread_condattr_setclock to v2r5 symbol list
IgorTodorovskiIBM 6c843ab
Add asprintf and vasprintf to v2r5 symbol list
IgorTodorovskiIBM ab0e6fa
Update unistd.h - use __asm
IgorTodorovskiIBM cdd2f75
Fix up product name & remove the c++ copied dir (#70)
perry-ca 3a5c17f
Add dependant code for script command (#71)
sachintu47 bac1675
Add vasprintf and strcasestr - needed by htop
IgorTodorovskiIBM a6f5da1
Add a fix for symlinks with $ literals in the beginning
IgorTodorovskiIBM 68f947f
TODO one readlink test that fails on sysplex only
IgorTodorovskiIBM ab82da4
Update zos-v2r5-symbolfixes.h
IgorTodorovskiIBM File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest checking if ! xlclang, since compiler can also be ibm-clang.