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

Make uftrace.data/info as text format #1408

Open
honggyukim opened this issue Feb 11, 2022 · 0 comments · May be fixed by #1435
Open

Make uftrace.data/info as text format #1408

honggyukim opened this issue Feb 11, 2022 · 0 comments · May be fixed by #1435

Comments

@honggyukim
Copy link
Collaborator

honggyukim commented Feb 11, 2022

Currently, uftrace.data/info has binary format, but it makes difficult for manual debugging.

In addition, I also think about making other data from external tracing tools to be converted to uftrace format. The text format info would allow this to be simpler.

qpakzk added a commit to qpakzk/uftrace that referenced this issue May 29, 2022
All header info was written by binary format.
But this commit changes all info to uftrace.data/info
in text format.

Fixed: namhyung#1408.

Signed-off-by: Sangwon Hong <[email protected]>
@qpakzk qpakzk linked a pull request May 29, 2022 that will close this issue
qpakzk added a commit to qpakzk/uftrace that referenced this issue Jun 14, 2022
All header info was written by binary format.
But this commit changes all info to uftrace.data/info.txt
in text format.

To support backward compatibility with previous versions,
if uftrace.data/info.txt doesn't exist, then find uftrace.data/info
written by binary format.

Fixed: namhyung#1408.

Signed-off-by: Sangwon Hong <[email protected]>
qpakzk added a commit to qpakzk/uftrace that referenced this issue Jun 14, 2022
All header info was written by binary format.
But this commit changes all info to uftrace.data/info.txt
in text format.

To support backward compatibility with previous versions,
if uftrace.data/info.txt doesn't exist, then find uftrace.data/info
written by binary format.

Fixed: namhyung#1408.

Signed-off-by: Sangwon Hong <[email protected]>
qpakzk added a commit to qpakzk/uftrace that referenced this issue Jun 14, 2022
All header info was written by binary format.
But this commit changes all info to uftrace.data/info.txt
in text format.

To support backward compatibility with previous versions,
if uftrace.data/info.txt doesn't exist, then find uftrace.data/info
written by binary format.

Fixed: namhyung#1408.

Signed-off-by: Sangwon Hong <[email protected]>
qpakzk added a commit to qpakzk/uftrace that referenced this issue Jun 19, 2022
All header info was written by binary format.
But this commit changes all info to uftrace.data/info.txt
in text format.

To support backward compatibility with previous versions,
if uftrace.data/info.txt doesn't exist, then find uftrace.data/info
written by binary format.

Fixed: namhyung#1408.

Signed-off-by: Sangwon Hong <[email protected]>
qpakzk added a commit to qpakzk/uftrace that referenced this issue Jun 27, 2022
All header info was written by binary format.
But this commit changes all info to uftrace.data/info.txt
in text format.

To support backward compatibility with previous versions,
if uftrace.data/info.txt doesn't exist, then find uftrace.data/info
written by binary format.

Fixed: namhyung#1408.

Signed-off-by: Sangwon Hong <[email protected]>
qpakzk added a commit to qpakzk/uftrace that referenced this issue Jun 27, 2022
All header info was written by binary format.
But this commit changes all info to uftrace.data/info.txt
in text format.

To support backward compatibility with previous versions,
if uftrace.data/info.txt doesn't exist, then find uftrace.data/info
written by binary format.

Fixed: namhyung#1408.

Signed-off-by: Sangwon Hong <[email protected]>
qpakzk added a commit to qpakzk/uftrace that referenced this issue Jun 30, 2022
All header info was written by binary format.
But this commit changes all info to uftrace.data/info.txt
in text format.

To support backward compatibility with previous versions,
if uftrace.data/info.txt doesn't exist, then find uftrace.data/info
written by binary format.

Fixed: namhyung#1408.

Signed-off-by: Sangwon Hong <[email protected]>
qpakzk added a commit to qpakzk/uftrace that referenced this issue Jun 30, 2022
All header info was written by binary format.
But this commit changes all info to uftrace.data/info.txt
in text format.

To support backward compatibility with previous versions,
if uftrace.data/info.txt doesn't exist, then find uftrace.data/info
written by binary format.

Fixed: namhyung#1408.

Signed-off-by: Sangwon Hong <[email protected]>
qpakzk added a commit to qpakzk/uftrace that referenced this issue Jul 3, 2022
All header info was written by binary format.
But this commit changes all info to uftrace.data/info.txt
in text format.

To support backward compatibility with previous versions,
if uftrace.data/info.txt doesn't exist, then find uftrace.data/info
written by binary format.

Fixed: namhyung#1408.

Signed-off-by: Sangwon Hong <[email protected]>
honggyukim pushed a commit to honggyukim/uftrace that referenced this issue Jul 7, 2022
All header info was written by binary format.
But this commit changes all info to uftrace.data/info.txt
in text format.

To support backward compatibility with previous versions,
if uftrace.data/info.txt doesn't exist, then find uftrace.data/info
written by binary format.

Fixed: namhyung#1408
Signed-off-by: Sangwon Hong <[email protected]>
qpakzk added a commit to qpakzk/uftrace that referenced this issue Jul 9, 2022
All header info was written by binary format.
But this commit changes all info to uftrace.data/info.txt
in text format.

To support backward compatibility with previous versions,
if uftrace.data/info.txt doesn't exist, then find uftrace.data/info
written by binary format.

Fixed: namhyung#1408.

Signed-off-by: Sangwon Hong <[email protected]>
qpakzk added a commit to qpakzk/uftrace that referenced this issue Jul 9, 2022
All header info was written by binary format.
But this commit changes all info to uftrace.data/info.txt
in text format.

To support backward compatibility with previous versions,
if uftrace.data/info.txt doesn't exist, then find uftrace.data/info
written by binary format.

Fixed: namhyung#1408
Signed-off-by: Sangwon Hong <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant