summaryrefslogtreecommitdiff
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf test: Add build id shell testJiri Olsa2020-10-141-0/+101
* perf tools: Align buildid list output for short build idsJiri Olsa2020-10-143-4/+5
* perf tools: Add size to 'struct perf_record_header_build_id'Jiri Olsa2020-10-142-6/+12
* perf tools: Pass build_id object to dso__build_id_equal()Jiri Olsa2020-10-144-6/+11
* perf tools: Pass build_id object to dso__set_build_id()Jiri Olsa2020-10-145-6/+8
* perf tools: Pass build_id object to build_id__sprintf()Jiri Olsa2020-10-1412-35/+43
* perf tools: Pass build id object to sysfs__read_build_id()Jiri Olsa2020-10-146-23/+16
* perf tools: Pass build_id object to filename__read_build_id()Jiri Olsa2020-10-1411-57/+60
* perf tools: Use build_id object in dsoJiri Olsa2020-10-1415-29/+34
* perf config: Export the perf_config_from_file() functionArnaldo Carvalho de Melo2020-10-132-1/+3
* perf python: Autodetect python3 binaryJames Clark2020-10-131-6/+9
* perf tests: Show python test script in verbose modeArnaldo Carvalho de Melo2020-10-131-0/+1
* perf build: Allow nested externs to enable BUILD_BUG() usageVasily Gorbik2020-10-131-1/+1
* perf trace: Fix off by ones in memset() after realloc() in arches using libauditJiri Slaby2020-10-131-1/+5
* perf c2c: Update usage for showing memory eventsLeo Yan2020-10-131-1/+1
* Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo2020-10-133-23/+62
|\
| * perf python scripting: Fix printable strings in python3 scriptsJiri Olsa2020-10-011-1/+1
| * perf metricgroup: Fix uncore metric expressionsIan Rogers2020-09-171-19/+56
| * perf parse-event: Release cpu_map refcount if evsel alloc failedNamhyung Kim2020-09-171-1/+3
| * perf parse-event: Fix cpu map refcountingNamhyung Kim2020-09-171-2/+2
* | perf sched: Show start of latency as wellJoel Fernandes (Google)2020-10-131-10/+14
* | perf vendor events: Fix typos in power8 PMU eventsSandipan Das2020-10-135-25/+25
* | perf bench: Run inject-build-id with --buildid-all option tooNamhyung Kim2020-10-131-19/+35
* | perf inject: Add --buildid-all optionNamhyung Kim2020-10-132-6/+113
* | perf inject: Do not load map/dso when injecting build-idNamhyung Kim2020-10-133-37/+27
* | perf inject: Enter namespace when reading build-idNamhyung Kim2020-10-131-2/+6
* | perf inject: Add missing callbacks in perf_toolNamhyung Kim2020-10-131-5/+31
* | perf bench: Add build-id injection benchmarkNamhyung Kim2020-10-136-5/+471
* | perf trace: Use the autogenerated mmap 'prot' string/id tableArnaldo Carvalho de Melo2020-10-012-27/+24
* | tools beauty: Add script to generate table of mmap's 'prot' argumentArnaldo Carvalho de Melo2020-10-011-0/+30
* | perf beauty mmap_flags: Conditionaly define the mmap flagsArnaldo Carvalho de Melo2020-09-301-8/+8
* | perf trace beauty: Add script to autogenerate mremap's flags args string/id t...Arnaldo Carvalho de Melo2020-09-293-19/+39
* | perf tools: Separate the checking of headers only used to build beautificatio...Arnaldo Carvalho de Melo2020-09-291-2/+20
* | perf test: Fix msan uninitialized use.Ian Rogers2020-09-281-1/+1
* | perf parse-events: Reduce casts around bp_addrIan Rogers2020-09-283-7/+7
* | perf test: Add expand cgroup event testNamhyung Kim2020-09-284-0/+247
* | perf tools: Allow creation of cgroup without openNamhyung Kim2020-09-283-9/+14
* | perf tools: Copy metric events properly when expand cgroupsNamhyung Kim2020-09-288-3/+149
* | perf stat: Add --for-each-cgroup optionNamhyung Kim2020-09-285-1/+112
* | perf evsel: Add evsel__clone() functionNamhyung Kim2020-09-282-39/+158
* | perf vendor events: Update SkylakeX events to v1.21Jin Yao2020-09-2810-3565/+4129
* | perf vendor events intel: Update CascadelakeX events to v1.08Jin Yao2020-09-288-995/+1067
* | perf script: Add min, max to futex-contention output, in addition to avgHagen Paul Pfeifer2020-09-231-2/+2
* | perf script: Autopep8 futex-contentionHagen Paul Pfeifer2020-09-231-23/+28
* | perf stat: Skip duration_time in setup_system_wideJin Yao2020-09-231-1/+3
* | perf tsc: Support cap_user_time_short for event TIME_CONVLeo Yan2020-09-222-5/+13
* | perf tsc: Calculate timestamp with cap_user_time_shortLeo Yan2020-09-222-3/+14
* | perf tsc: Add rdtsc() for Arm64Leo Yan2020-09-222-0/+22
* | perf tsc: Move out common functions from x86Leo Yan2020-09-223-80/+72
* | perf probe: Fall back to debuginfod query if debuginfo and source not found l...Masami Hiramatsu2020-09-183-8/+118