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

doc/ko: Add missing options in uftrace-replay.md #1957

Closed
wants to merge 5 commits into from

Commits on Sep 2, 2024

  1. 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>
    sinsohi committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    5c0e32a View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. 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>
    sinsohi committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    9266551 View commit details
    Browse the repository at this point in the history
  2. 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>
    sinsohi committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    952e6cb View commit details
    Browse the repository at this point in the history
  3. 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>
    sinsohi committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    3b26c62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    618a81d View commit details
    Browse the repository at this point in the history