Home
last modified time | relevance | path

Searched hist:"725 b13685c61168f71825b3fb67d96d2d7aa3b0f" (Results 1 – 1 of 1) sorted by relevance

/linux/tools/perf/util/
H A Dparse-events.cdiff 725b13685c61168f71825b3fb67d96d2d7aa3b0f Thu Sep 24 15:39:09 CEST 2009 Eric Dumazet <eric.dumazet@gmail.com> perf tools: Dont use openat()

openat() is still a young glibc facility, better to not use it in a
non performance critical program (perf list)

Many machines have older glibc (RHEL 4 Update 5 -> glibc-2.3.4-2.36
on my dev machine for example).

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Ulrich Drepper <drepper@redhat.com>
LKML-Reference: <4ABB767D.6080004@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>