summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2022-11-14perf stat: Fix --metric-only --json outputNamhyung Kim
2022-11-14perf stat: Move common code in print_metric_headers()Namhyung Kim
2022-11-14perf stat: Clear screen only if output file is a ttyNamhyung Kim
2022-11-14perf stat: Increase metric length to align outputsNamhyung Kim
2022-11-11libbpf: Hashmap.h update to fix build issues using LLVM14Eduard Zingerman
2022-11-10perf vendor events: Add Arm Neoverse V2 PMU eventsJames Clark
2022-11-10perf print-events: Remove redundant comparison with zeroKang Minchul
2022-11-10perf data: Add tracepoint fields when converting to JSONDmitrii Dolgov
2022-11-10perf lock: Allow concurrent record and reportNamhyung Kim
2022-11-10perf trace: Add augmenter for clock_gettime's rqtp timespec argArnaldo Carvalho de Melo
2022-11-09libbpf: Hashmap interface update to allow both long and void* keys/valuesEduard Zingerman
2022-11-09perf intel-pt: Add hybrid CPU compatibility testAdrian Hunter
2022-11-09perf intel-pt: Redefine test_suite to allow for adding more subtestsAdrian Hunter
2022-11-09perf intel-pt: Start turning intel-pt-pkt-decoder-test.c into a suite of inte...Adrian Hunter
2022-11-08perf probe: Fix to get the DW_AT_decl_file and DW_AT_call_file as unsinged dataMasami Hiramatsu (Google)
2022-11-08perf tools: Add the include/perf/ directory to .gitignoreDonglin Peng
2022-11-08perf test: Fix skipping branch stack sampling testJames Clark
2022-11-08perf stat: Fix printing os->prefix in CSV metrics outputAthira Rajeev
2022-11-08perf stat: Fix crash with --per-node --metric-only in CSV modeNamhyung Kim
2022-11-07perf trace: Add BPF augmenter to perf_event_open()'s 'struct perf_event_attr'...Arnaldo Carvalho de Melo
2022-11-04perf bpf: Rename perf_include_dir to libbpf_include_dirArnaldo Carvalho de Melo
2022-11-04perf examples bpf: Remove augmented_syscalls.c, the raw_syscalls one should b...Arnaldo Carvalho de Melo
2022-11-04perf bpf: Remove now unused BPF headersIan Rogers
2022-11-04perf trace: 5sec fix libbpf 1.0+ compatibilityIan Rogers
2022-11-04perf trace: empty fix libbpf 1.0+ compatibilityIan Rogers
2022-11-04perf trace: hello fix libbpf 1.0+ compatibilityIan Rogers
2022-11-04perf trace: Raw augmented syscalls fix libbpf 1.0+ compatibilityIan Rogers
2022-11-03perf trace: Use sig_atomic_t to avoid undefined behaviour in a signal handlerIan Rogers
2022-11-03perf top: Use sig_atomic_t to avoid undefined behaviour in a signal handlerIan Rogers
2022-11-03perf stat: Use sig_atomic_t to avoid undefined behaviour in a signal handlerIan Rogers
2022-11-03perf session: Change type to avoid undefined behaviour in a signal handlerIan Rogers
2022-11-03perf ftrace: Use sig_atomic_t to avoid UBIan Rogers
2022-11-03perf daemon: Use sig_atomic_t to avoid UBIan Rogers
2022-11-03perf record: Use sig_atomic_t for signal handlersIan Rogers
2022-11-03perf build: Update to C standard to gnu11Ian Rogers
2022-11-03perf probe: Fix to get declared file name from clang DWARF5Masami Hiramatsu (Google)
2022-11-03perf probe: Use dwarf_attr_integrate as generic DWARF attr accessorMasami Hiramatsu (Google)
2022-11-03perf probe: Fix to avoid crashing if DW_AT_decl_file is NULLMasami Hiramatsu (Google)
2022-10-31perf lock contention: Increase default stack skip to 4Namhyung Kim
2022-10-31perf lock contention: Avoid variable length arraysNamhyung Kim
2022-10-31perf lock contention: Check --max-stack optionNamhyung Kim
2022-10-31perf lock contention: Fix memory sanitizer issueNamhyung Kim
2022-10-31perf test: Parse events workaround for dash/minusIan Rogers
2022-10-31perf evlist: Add missing util/event.h headerArnaldo Carvalho de Melo
2022-10-31perf mmap: Remove several unneeded includes from util/mmap.hArnaldo Carvalho de Melo
2022-10-31perf tests: Add missing event.h includeArnaldo Carvalho de Melo
2022-10-31perf thread: Move thread__resolve() from event.hArnaldo Carvalho de Melo
2022-10-31perf symbol: Move addr_location__put() from event.hArnaldo Carvalho de Melo
2022-10-31perf machine: Move machine__resolve() from event.hArnaldo Carvalho de Melo
2022-10-31perf kwork: Remove includes not needed in kwork.hArnaldo Carvalho de Melo