New issue
Advanced search Search tips

Issue 710256 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: May 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

File duplicity /usr/bin/perf and /usr/bin/trace

Project Member Reported by ahass...@chromium.org, Apr 10 2017

Issue description

These two files in rootfs (/usr/bin/trace and /usr/bin/perf) are exactly the same, bit-by-bit. Can we delete one and symlink it instead? Each one is like 1.2MB.
 
Components: -OS>Systems OS>Kernel
@adlr, Who do you think would be able to look at this? 

Comment 2 by adlr@chromium.org, May 18 2017

Labels: -Restrict-View-Google

Comment 3 by adlr@chromium.org, May 18 2017

Status: WontFix (was: Untriaged)
These files are actually hard-linked to each other. You can tell by doing "ls -i" on each file and see the inode number is the same.

Maybe the scripts need to check for this situation.
Ok. my bad, I should've checked that before :(

Sign in to add a comment