aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-07perf callchain: Support aarch64 cross-platformperf-core-for-mingo-20160607He Kuang
2016-06-07perf callchain: Support x86 target platformHe Kuang
2016-06-07perf unwind: Introduce flag to separate local/remote unwind compilationHe Kuang
2016-06-07perf unwind: Change fixed name of libunwind__arch_reg_id to macroHe Kuang
2016-06-07perf unwind: Check the target platform before assigning unwind methodsHe Kuang
2016-06-07perf tools: Export normalize_arch() functionHe Kuang
2016-06-07perf tools: Extract common API out of unwind-libunwind-local.cHe Kuang
2016-06-07perf unwind: Rename unwind-libunwind.c to unwind-libunwind-local.cHe Kuang
2016-06-07perf unwind: Separate local/remote libunwind configHe Kuang
2016-06-07perf unwind: Don't mix LIBUNWIND_LIBS into LIBUNWIND_LDFLAGSHe Kuang
2016-06-07perf unwind: Move unwind__prepare_access from thread_new into thread__insert_mapHe Kuang
2016-06-07perf unwind: Introduce 'struct unwind_libunwind_ops' for local unwindHe Kuang
2016-06-07perf unwind: Decouple thread->address_space on libunwindHe Kuang
2016-06-07perf unwind: Use LIBUNWIND_DIR for remote libunwind feature checkHe Kuang
2016-06-07perf config: Use new perf_config_set__init() to initialize config setTaeung Song
2016-06-07perf config: Constructor should free its allocated memory when failingTaeung Song
2016-06-07perf tools: Fix crash in build_id_cache__kallsyms_path()Wang Nan
2016-06-06tools lib bpf: Rename set_private() to set_priv()Arnaldo Carvalho de Melo
2016-06-06tools lib bpf: Make bpf_program__get_private() use IS_ERR()Arnaldo Carvalho de Melo
2016-06-06tools lib bpf: Remove _get_ from non-refcount method namesArnaldo Carvalho de Melo
2016-06-06tools lib bpf: Rename bpf_map__get_fd() to bpf_map__fd()Arnaldo Carvalho de Melo
2016-06-06tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_def()Arnaldo Carvalho de Melo
2016-06-06tools lib bpf: Rename bpf_map__get_name() to bpf_map__name()Arnaldo Carvalho de Melo
2016-06-06tools lib bpf: Use IS_ERR() reporting macros with bpf_map__get_private()Arnaldo Carvalho de Melo
2016-06-06perf config: Handle the error when config set is NULL at collect_config()perf-core-for-mingo-20160606Taeung Song
2016-06-06perf config: Fix abnormal termination at perf_parse_file()Taeung Song
2016-06-06perf stat: Add missing aggregation headers for --metric-only CSVAndi Kleen
2016-06-06perf stat: Print topology/time headers with --metric-onlyAndi Kleen
2016-06-06perf stat: Add computation of TopDown formulasAndi Kleen
2016-06-06perf stat: Basic support for TopDown in perf statAndi Kleen
2016-06-06perf test: Ignore .scale and other special filesAndi Kleen
2016-06-03perf script: Show call graphs when 1st event doesn't have it but some other hasHe Kuang
2016-06-03tools lib api: Respect CROSS_COMPILE for the linkerLucas Stach
2016-06-03perf evlist: Fix alloc_mmap() failure pathWang Nan
2016-06-03perf evsel: Provide way to extract integer value from format_fieldArnaldo Carvalho de Melo
2016-06-03perf/x86/intel: Use new topology_max_smt_threads() in HT leak workaroundAndi Kleen
2016-06-03perf/x86/intel: Add topdown events to Intel AtomAndi Kleen
2016-06-03perf/x86/intel: Add topdown events to Intel CoreAndi Kleen
2016-06-03perf/x86: Support sysfs files depending on SMT statusAndi Kleen
2016-06-03x86/topology: Add topology_max_smt_threads()Andi Kleen
2016-06-03tools/perf: Handle -EOPNOTSUPP for sampling eventsVineet Gupta
2016-06-03perf/abi: Change the errno for sampling event not supported in hardwareVineet Gupta
2016-06-03perf/x86/intel/uncore: Locate specific box by checking full device infoKan Liang
2016-06-03perf/x86/intel: Change offcore response masks for Knights LandingLukasz Odzioba
2016-06-03perf/x86/intel: Add 'static' keyword to locally used arraysLukasz Odzioba
2016-06-03perf/core: Fix implicitly enable dynamic interrupt throttleKan Liang
2016-06-03perf/core: Rename the perf_event_aux*() APIs to perf_event_sb*(), to separate...Peter Zijlstra
2016-06-03perf/core: Optimize side-band event deliveryKan Liang
2016-05-31Merge tag 'perf-core-for-mingo-20160530' of git://git.kernel.org/pub/scm/linu...Ingo Molnar
2016-05-30perf buildid-cache: Use path/to/bin/buildid/elf instead of path/to/bin/buildidperf-core-for-mingo-20160530Masami Hiramatsu