-
Notifications
You must be signed in to change notification settings - Fork 478
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
doc/ko: Add missing options in uftrace-replay.md #1957
Closed
Closed
Commits on Sep 2, 2024
-
doc/ko: Add missing options in uftrace-replay.md
Identified and corrected discrepancies between the English and Korean versions of uftrace-replay.md: 1. The description of the --disable option in the Korean version differed from the English version. This has been correctly retranslated. 2. Added the missing options --trace=*STATE*, --srcline, and --no-args to the Korean version. 3. Included the 'task' and 'module' fields for the -f *FIELD*, --output-fields=*FIELD* option in the Korean version, which were previously omitted. These changes bring the Korean documentation in line with the English version, ensuring consistency and completeness. Signed-off-by: Sinsohi <sohi8451@naver.com>
Configuration menu - View commit details
-
Copy full SHA for 5c0e32a - Browse repository at this point
Copy the full SHA 5c0e32aView commit details
Commits on Sep 4, 2024
-
doc/ko: Add missing options in uftrace-replay.md
Identified and corrected discrepancies between the English and Korean versions of uftrace-replay.md: 1. The description of the --disable option in the Korean version differed from the English version. This has been correctly retranslated. 2. Added the missing options --trace=*STATE*, --srcline, and --no-args to the Korean version. 3. Included the 'task' and 'module' fields for the -f *FIELD*, --output-fields=*FIELD* option in the Korean version, which were previously omitted. These changes bring the Korean documentation in line with the English version, ensuring consistency and completeness. Signed-off-by: Sinsohi <sohi8451@naver.com>
Configuration menu - View commit details
-
Copy full SHA for 9266551 - Browse repository at this point
Copy the full SHA 9266551View commit details -
doc/ko: Add missing options in uftrace-replay.md
Identified and corrected discrepancies between the English and Korean versions of uftrace-replay.md: 1. The description of the --disable option in the Korean version differed from the English version. This has been correctly retranslated. 2. Added the missing options --trace=*STATE*, --srcline, and --no-args to the Korean version. 3. Included the 'task' and 'module' fields for the -f *FIELD*, --output-fields=*FIELD* option in the Korean version, which were previously omitted. These changes bring the Korean documentation in line with the English version, ensuring consistency and completeness. Signed-off-by: Sin Sohi <sohi8451@naver.com>
Configuration menu - View commit details
-
Copy full SHA for 952e6cb - Browse repository at this point
Copy the full SHA 952e6cbView commit details -
doc/ko: Add missing options in uftrace-replay.md
Identified and corrected discrepancies between the English and Korean versions of uftrace-replay.md: 1. The description of the --disable option in the Korean version differed from the English version. This has been correctly retranslated. 2. Added the missing options --trace=*STATE*, --srcline, and --no-args to the Korean version. 3. Included the 'task' and 'module' fields for the -f *FIELD*, --output-fields=*FIELD* option in the Korean version, which were previously omitted. These changes bring the Korean documentation in line with the English version, ensuring consistency and completeness. Signed-off-by: Sin Sohi <sohi8451@naver.com> mcount: Get rid of tid from retstack I don't remember why it has tid for each return stack entry. It's not used so let's get rid of it. Also move dyn_idx field to remove the padding. Signed-off-by: Namhyung Kim <namhyung@gmail.com> mcount: Handle recover trigger only if -e is not used The -e/--estimate-return doesn't hook the return addresses so no need to recover the original address. Signed-off-by: Namhyung Kim <namhyung@gmail.com> mcount: Use mcount_memcpy1() instead of memcpy() We don't want to use external memcpy() function in the mcount fast path because it might use some SSE/AVX registers internally. We want to preserve the original register values and to avoid saving and restoring all the registers unnecessarily. Signed-off-by: Namhyung Kim <namhyung@gmail.com> doc/ko: Add missing options in uftrace-replay.md Identified and corrected discrepancies between the English and Korean versions of uftrace-replay.md: 1. The description of the --disable option in the Korean version differed from the English version. This has been correctly retranslated. 2. Added the missing options --trace=*STATE*, --srcline, and --no-args to the Korean version. 3. Included the 'task' and 'module' fields for the -f *FIELD*, --output-fields=*FIELD* option in the Korean version, which were previously omitted. These changes bring the Korean documentation in line with the English version, ensuring consistency and completeness. Signed-off-by: Sinsohi <sohi8451@naver.com>
Configuration menu - View commit details
-
Copy full SHA for 3b26c62 - Browse repository at this point
Copy the full SHA 3b26c62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 618a81d - Browse repository at this point
Copy the full SHA 618a81dView commit details
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.