- 323fd74 perf intel-pt: Fix potential NULL pointer dereference found by the smatch tool by Leo Yan · 6 years ago
- 1d48145 perf intel-bts: Fix potential NULL pointer dereference found by the smatch tool by Leo Yan · 6 years ago
- 9d49169 perf script: Assume native_arch for pipe mode by Song Liu · 6 years ago
- 1334bb9 perf scripts python: export-to-sqlite.py: Fix DROP VIEW power_events_view by Adrian Hunter · 6 years ago
- d8d051d perf scripts python: export-to-postgresql.py: Fix DROP VIEW power_events_view by Adrian Hunter · 6 years ago
- ceb7547 perf hists browser: Fix potential NULL pointer dereference found by the smatch tool by Leo Yan · 6 years ago
- 0702f23 perf cs-etm: Fix potential NULL pointer dereference found by the smatch tool by Leo Yan · 6 years ago
- 72de3fd perf parse-events: Remove unused variable: error by Luke Mujica · 6 years ago
- 34c9af5 perf parse-events: Remove unused variable 'i' by Luke Mujica · 6 years ago
- acc7bfb perf metricgroup: Add missing list_del_init() when flushing egroups list by Arnaldo Carvalho de Melo · 6 years ago
- e56fbc9 perf tools: Use list_del_init() more thorougly by Arnaldo Carvalho de Melo · 6 years ago
- d8f9da2 perf tools: Use zfree() where applicable by Arnaldo Carvalho de Melo · 6 years ago
- 7f7c536 tools lib: Adopt zalloc()/zfree() from tools/perf by Arnaldo Carvalho de Melo · 6 years ago
- e5653eb perf tools: Move get_current_dir_name() cond prototype out of util.h by Arnaldo Carvalho de Melo · 6 years ago
- 245aec7 perf namespaces: Move the conditional setns() prototype to namespaces.h by Arnaldo Carvalho de Melo · 6 years ago
- 215a0d3 perf tools: Add missing headers, mostly stdlib.h by Arnaldo Carvalho de Melo · 6 years ago
- fc50e0b perf evsel: perf_evsel__name(NULL) is valid, no need to check evsel by Arnaldo Carvalho de Melo · 6 years ago
- f3c8d90 perf session: Fix potential NULL pointer dereference found by the smatch tool by Leo Yan · 6 years ago
- 40978e9 perf inject: The tool->read() call may pass a NULL evsel, handle it by Arnaldo Carvalho de Melo · 6 years ago
- 363bbae perf map: Fix potential NULL pointer dereference found by smatch tool by Leo Yan · 6 years ago
- 7a6d49d perf trace: Fix potential NULL pointer dereference found by the smatch tool by Leo Yan · 6 years ago
- 600c787 perf annotate: Fix dereferencing freed memory found by the smatch tool by Leo Yan · 6 years ago
- 111442c perf top: Fix potential NULL pointer dereference detected by the smatch tool by Leo Yan · 6 years ago
- c74b050 perf stat: Fix use-after-freed pointer detected by the smatch tool by Leo Yan · 6 years ago
- 4e4cf62 perf test mmap-thread-lookup: Initialize variable to suppress memory sanitizer warning by Numfor Mbiziwo-Tiapo · 6 years ago
- e3b22a6 Merge remote-tracking branch 'tip/perf/core' into perf/urgent by Arnaldo Carvalho de Melo · 6 years ago
- 552a031 Merge tag 'v5.2' into perf/core, to pick up fixes by Ingo Molnar · 6 years ago
- 05c7846 tools build: Check if gettid() is available before providing helper by Arnaldo Carvalho de Melo · 6 years ago
- dab0f4e perf jvmti: Address gcc string overflow warning for strncpy() by Jiri Olsa · 6 years ago
- c18ae63 perf python: Remove -fstack-protector-strong if clang doesn't have it by Arnaldo Carvalho de Melo · 6 years ago
- d5b2179 perf annotate TUI browser: Do not use member from variable within its own initialization by Arnaldo Carvalho de Melo · 6 years ago
- bff5a55 perf tests: Fix record+probe_libc_inet_pton.sh for powerpc64 by Seeteena Thoufeek · 6 years ago
- cd13618 perf evsel: Do not rely on errno values for precise_ip fallback by Jiri Olsa · 6 years ago
- 4c00af0 perf thread: Allow references to thread objects after machine__exit() by Arnaldo Carvalho de Melo · 6 years ago
- c952b35 perf header: Assign proper ff->ph in perf_event__synthesize_features() by Song Liu · 6 years ago
- 15a108a perf script: Allow specifying the files to process guest samples by Arnaldo Carvalho de Melo · 6 years ago
- 488c3bf perf tools metric: Don't include duration_time in group by Andi Kleen · 6 years ago
- 9c344d1 perf list: Avoid extra : for --raw metrics by Andi Kleen · 6 years ago
- 4df79ba perf vendor events intel: Metric fixes for SKX/CLX by Andi Kleen · 6 years ago
- 734ac47 perf tools: Fix typos / broken sentences by Andi Kleen · 6 years ago
- edd93a4 perf jevents: Add support for Hisi hip08 L3C PMU aliasing by John Garry · 6 years ago
- 8f5b703 perf jevents: Add support for Hisi hip08 HHA PMU aliasing by John Garry · 6 years ago
- 57cc732 perf jevents: Add support for Hisi hip08 DDRC PMU aliasing by John Garry · 6 years ago
- 730670b1 perf pmu: Support more complex PMU event aliasing by John Garry · 6 years ago
- c8f7bc1 perf diff: Documentation -c cycles option by Jin Yao · 6 years ago
- b10c78c perf diff: Print the basic block cycles diff by Jin Yao · 6 years ago
- f3810817 perf diff: Link same basic blocks among different data by Jin Yao · 6 years ago
- 99150a1 perf diff: Use hists to manage basic blocks per symbol by Jin Yao · 6 years ago
- 30d8155 perf diff: Check if all data files with branch stacks by Jin Yao · 6 years ago
- fe96245 perf hists: Add block_info in hist_entry by Jin Yao · 6 years ago
- 0cec244 perf symbol: Create block_info structure by Jin Yao · 6 years ago
- 06c642c perf jevents: Use nonlocal include statements in pmu-events.c by Luke Mujica · 6 years ago
- aa23aa5 perf annotate: Add csky support by Mao Han · 6 years ago
- e3a9427 perf stat: Fix metrics with --no-merge by Andi Kleen · 6 years ago
- 2f87f33 perf stat: Fix group lookup for metric group by Andi Kleen · 6 years ago
- 6c5f4e5 perf stat: Don't merge events in the same PMU by Andi Kleen · 6 years ago
- 145c407 perf stat: Make metric event lookup more robust by Andi Kleen · 6 years ago
- 9c10548 tools lib: Move argv_{split,free} from tools/perf/util/ by Arnaldo Carvalho de Melo · 6 years ago
- af0de0c perf tools: Drop strxfrchar(), use strreplace() equivalent from kernel by Arnaldo Carvalho de Melo · 6 years ago
- 13c230a perf tools: Ditch rtrim(), use strim() from tools/lib by Arnaldo Carvalho de Melo · 6 years ago
- 57103eb Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- 3ca43b6 perf tools: Remove trim() implementation, use tools/lib's strim() by Arnaldo Carvalho de Melo · 6 years ago
- 3285848 perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernel by Arnaldo Carvalho de Melo · 6 years ago
- 526bbbd perf report: Use skip_spaces() by Arnaldo Carvalho de Melo · 6 years ago
- 80e9073 perf metricgroup: Use strsep() by Arnaldo Carvalho de Melo · 6 years ago
- c1fc14c perf strfilter: Use skip_spaces() by Arnaldo Carvalho de Melo · 6 years ago
- ee44b5b perf probe: Use skip_spaces() for argv handling by Arnaldo Carvalho de Melo · 6 years ago
- 9bb5a27 perf time-utils: Use skip_spaces() by Arnaldo Carvalho de Melo · 6 years ago
- fc6a172 perf header: Use skip_spaces() in __write_cpudesc() by Arnaldo Carvalho de Melo · 6 years ago
- 810826a perf stat: Use recently introduced skip_spaces() by Arnaldo Carvalho de Melo · 6 years ago
- bd9860b perf tools: Use linux/ctype.h in more places by Arnaldo Carvalho de Melo · 6 years ago
- 3052ba5 tools perf: Move from sane_ctype.h obtained from git to the Linux's original by Arnaldo Carvalho de Melo · 6 years ago
- 1b2fc35 perf tools: Add missing util.h to pick up 'page_size' variable by Arnaldo Carvalho de Melo · 6 years ago
- 9f3926e perf tools: Remove old baggage that is util/include/linux/ctype.h by Arnaldo Carvalho de Melo · 6 years ago
- cf8b697 perf symbols: We need util.h in symbol-elf.c for zfree() by Arnaldo Carvalho de Melo · 6 years ago
- 155681f perf kallsyms: Adopt hex2u64 from tools/perf/util/util.h by Arnaldo Carvalho de Melo · 6 years ago
- af41949 tools x86 machine: Add missing util.h to pick up 'page_size' by Arnaldo Carvalho de Melo · 6 years ago
- 6a9fa4e perf string: Move 'dots' and 'graph_dotted_line' out of sane_ctype.h by Arnaldo Carvalho de Melo · 6 years ago
- 93d50ed perf ctype: Remove now unused 'spaces' variable by Arnaldo Carvalho de Melo · 6 years ago
- b598c34 perf ui stdio: No need to use 'spaces' to left align by Arnaldo Carvalho de Melo · 6 years ago
- 828e27a perf ctype: Remove unused 'graph_line' variable by Arnaldo Carvalho de Melo · 6 years ago
- aba4428 perf scripts python: export-to-postgresql.py: Export Intel PT power and ptwrite events by Adrian Hunter · 6 years ago
- 5130c6e perf scripts python: export-to-sqlite.py: Export Intel PT power and ptwrite events by Adrian Hunter · 6 years ago
- b9322ca perf db-export: Export synth events by Adrian Hunter · 6 years ago
- 5fe2cf7 perf intel-pt: Synthesize CBR events when last seen value changes by Adrian Hunter · 6 years ago
- 51b0918 perf intel-pt: Add CBR value to decoder state by Adrian Hunter · 6 years ago
- 91de868 perf intel-pt: Cater for CBR change in PSB+ by Adrian Hunter · 6 years ago
- abe5a1d perf intel-pt: Decoder to output CBR changes immediately by Adrian Hunter · 6 years ago
- 9f94c7f perf tools: Increase MAX_NR_CPUS and MAX_CACHES by Kyle Meyer · 6 years ago
- eb5d854 perf thread-stack: Eliminate code duplicating thread_stack__pop_ks() by Adrian Hunter · 6 years ago
- 97860b4 perf thread-stack: Fix thread stack return from kernel for kernel-only case by Adrian Hunter · 6 years ago
- 2d7102a perf tools: Fix cache.h include directive by Numfor Mbiziwo-Tiapo · 6 years ago
- b9271f0 Merge tag 'v5.2-rc6' into perf/core, to refresh branch by Ingo Molnar · 6 years ago
- 8b12b81 perf/x86/regs: Use PERF_REG_EXTENDED_MASK by Kan Liang · 6 years ago
- d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
- b15f321 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 480 by Thomas Gleixner · 6 years ago
- 6d8a639 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 479 by Thomas Gleixner · 6 years ago
- 78d6ccc perf build: Handle slang being in /usr/include and in /usr/include/slang/ by Arnaldo Carvalho de Melo · 6 years ago
- 1955c8c perf tools: Don't hardcode host include path for libslang by Florian Fainelli · 6 years ago
- fdbdd7e perf evsel: Make perf_evsel__name() accept a NULL argument by Arnaldo Carvalho de Melo · 6 years ago