• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/

Lines Matching defs:LIB_OBJS

309 LIB_OBJS =
418 LIB_OBJS += $(OUTPUT)util/abspath.o
419 LIB_OBJS += $(OUTPUT)util/alias.o
420 LIB_OBJS += $(OUTPUT)util/build-id.o
421 LIB_OBJS += $(OUTPUT)util/config.o
422 LIB_OBJS += $(OUTPUT)util/ctype.o
423 LIB_OBJS += $(OUTPUT)util/debugfs.o
424 LIB_OBJS += $(OUTPUT)util/environment.o
425 LIB_OBJS += $(OUTPUT)util/event.o
426 LIB_OBJS += $(OUTPUT)util/exec_cmd.o
427 LIB_OBJS += $(OUTPUT)util/help.o
428 LIB_OBJS += $(OUTPUT)util/levenshtein.o
429 LIB_OBJS += $(OUTPUT)util/parse-options.o
430 LIB_OBJS += $(OUTPUT)util/parse-events.o
431 LIB_OBJS += $(OUTPUT)util/path.o
432 LIB_OBJS += $(OUTPUT)util/rbtree.o
433 LIB_OBJS += $(OUTPUT)util/bitmap.o
434 LIB_OBJS += $(OUTPUT)util/hweight.o
435 LIB_OBJS += $(OUTPUT)util/run-command.o
436 LIB_OBJS += $(OUTPUT)util/quote.o
437 LIB_OBJS += $(OUTPUT)util/strbuf.o
438 LIB_OBJS += $(OUTPUT)util/string.o
439 LIB_OBJS += $(OUTPUT)util/strlist.o
440 LIB_OBJS += $(OUTPUT)util/usage.o
441 LIB_OBJS += $(OUTPUT)util/wrapper.o
442 LIB_OBJS += $(OUTPUT)util/sigchain.o
443 LIB_OBJS += $(OUTPUT)util/symbol.o
444 LIB_OBJS += $(OUTPUT)util/color.o
445 LIB_OBJS += $(OUTPUT)util/pager.o
446 LIB_OBJS += $(OUTPUT)util/header.o
447 LIB_OBJS += $(OUTPUT)util/callchain.o
448 LIB_OBJS += $(OUTPUT)util/values.o
449 LIB_OBJS += $(OUTPUT)util/debug.o
450 LIB_OBJS += $(OUTPUT)util/map.o
451 LIB_OBJS += $(OUTPUT)util/pstack.o
452 LIB_OBJS += $(OUTPUT)util/session.o
453 LIB_OBJS += $(OUTPUT)util/thread.o
454 LIB_OBJS += $(OUTPUT)util/trace-event-parse.o
455 LIB_OBJS += $(OUTPUT)util/trace-event-read.o
456 LIB_OBJS += $(OUTPUT)util/trace-event-info.o
457 LIB_OBJS += $(OUTPUT)util/trace-event-scripting.o
458 LIB_OBJS += $(OUTPUT)util/svghelper.o
459 LIB_OBJS += $(OUTPUT)util/sort.o
460 LIB_OBJS += $(OUTPUT)util/hist.o
461 LIB_OBJS += $(OUTPUT)util/probe-event.o
462 LIB_OBJS += $(OUTPUT)util/util.o
463 LIB_OBJS += $(OUTPUT)util/cpumap.o
556 LIB_OBJS += $(OUTPUT)util/probe-finder.o
571 LIB_OBJS += $(OUTPUT)util/ui/setup.o
572 LIB_OBJS += $(OUTPUT)util/ui/browser.o
573 LIB_OBJS += $(OUTPUT)util/ui/browsers/annotate.o
574 LIB_OBJS += $(OUTPUT)util/ui/browsers/hists.o
575 LIB_OBJS += $(OUTPUT)util/ui/browsers/map.o
576 LIB_OBJS += $(OUTPUT)util/ui/helpline.o
577 LIB_OBJS += $(OUTPUT)util/ui/progress.o
578 LIB_OBJS += $(OUTPUT)util/ui/util.o
599 LIB_OBJS += $(OUTPUT)util/scripting-engines/trace-event-perl.o
600 LIB_OBJS += $(OUTPUT)scripts/perl/Perf-Trace-Util/Context.o
614 LIB_OBJS += $(OUTPUT)util/scripting-engines/trace-event-python.o
615 LIB_OBJS += $(OUTPUT)scripts/python/Perf-Trace-Util/Context.o
763 LIB_OBJS += $(OUTPUT)compat/inet_ntop.o
766 LIB_OBJS += $(OUTPUT)compat/inet_pton.o
783 LIB_OBJS += $(OUTPUT)ppc/sha1.o ppc/sha1ppc.o
787 LIB_OBJS += $(OUTPUT)arm/sha1.o $(OUTPUT)arm/sha1_arm.o
791 LIB_OBJS += $(OUTPUT)mozilla-sha1/sha1.o
880 LIB_OBJS += $(COMPAT_OBJS)
1013 $(LIB_OBJS) $(BUILTIN_OBJS): $(LIB_H)
1019 DIRECTORY_DEPS = $(LIB_OBJS) $(BUILTIN_OBJS) $(OUTPUT)PERF-VERSION-FILE $(OUTPUT)common-cmds.h
1025 $(LIB_FILE): $(LIB_OBJS)
1026 $(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $(LIB_OBJS)