perf tools: Use __maybe_used for unused variables
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / tools / perf / util / symbol-minimal.c
2012-09-11 Irina Tirdeaperf tools: Use __maybe_used for unused variables
2012-09-05 Ingo MolnarMerge branch 'core' of git://git./linux/kernel/git...
2012-08-28 Ingo MolnarMerge branch 'perf/urgent' into perf/core
2012-08-21 Ingo MolnarMerge branch 'tip/perf/core-2' of git://git./linux...
2012-08-21 Ingo MolnarMerge tag 'perf-core-for-mingo' of git://git./linux...
2012-08-13 Cody P Schaferperf symbols: Use both runtime and debug images
2012-08-13 Cody P Schaferperf symbols: Convert dso__load_syms to take 2 symsrc's
2012-08-13 Cody P Schaferperf symbols: Factor want_symtab out of dso__load_sym()
2012-08-13 Cody P Schaferperf symbols: Switch dso__synthesize_plt_symbols()...
2012-08-13 Cody P Schaferperf symbols: Introduce symsrc structure.
2012-08-09 Namhyung Kimperf symbols: Implement poor man's ELF parser
2012-08-09 Namhyung Kimperf symbols: Support minimal build without libelf