index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
Age
Commit message (
Expand
)
Author
2020-05-28
tools feature: Rename HAVE_EVENTFD to HAVE_EVENTFD_SUPPORT
Arnaldo Carvalho de Melo
2020-05-28
perf evsel: Initialize evsel->per_pkg_mask to NULL in evsel__init()
Arnaldo Carvalho de Melo
2020-05-28
perf evsel: Fix 2 memory leaks
Ian Rogers
2020-05-28
perf parse-events: Fix incorrect conversion of 'if () free()' to 'zfree()'
Arnaldo Carvalho de Melo
2020-05-28
perf tools: Fix is_bpf_image function logic
Jiri Olsa
2020-05-28
perf c2c: Fix 'perf c2c record -e list' to show the default events used
Ian Rogers
2020-05-28
perf vendor events power9: Add missing metrics to POWER9 'cpi_breakdown'
Paul A. Clarke
2020-05-28
perf record: Add dummy event during system wide synthesis
Ian Rogers
2020-05-28
perf evsel: Dummy events never triggers, no need to ask for PERF_SAMPLE_BRANC...
Ian Rogers
2020-05-28
perf parse-events: Use strcmp() to compare the PMU name
Jin Yao
2020-05-28
perf stat: Increase perf metric output resolution
Paul A. Clarke
2020-05-28
perf expr: Print a debug message for division by zero
Ian Rogers
2020-05-28
perf metrics: Fix parse errors in power9 metrics
Ian Rogers
2020-05-28
perf metrics: Fix parse errors in power8 metrics
Ian Rogers
2020-05-28
perf expr: Debug lex if debugging yacc
Ian Rogers
2020-05-28
perf expr: Parse numbers as doubles
Ian Rogers
2020-05-28
perf expr: Increase max other
Ian Rogers
2020-05-28
perf expr: Allow ',' to be an other token
Ian Rogers
2020-05-28
perf metrics: Fix parse errors in skylake metrics
Ian Rogers
2020-05-28
perf metrics: Fix parse errors in cascade lake metrics
Ian Rogers
2020-05-28
perf expr: Allow for unlimited escaped characters in a symbol
Ian Rogers
2020-05-28
perf script: Enable IP fields for callchains
Jiri Olsa
2020-05-28
perf callchain: Setup callchain properly in pipe mode
Jiri Olsa
2020-05-28
perf session: Try to read pipe data from file
Jiri Olsa
2020-05-28
perf tools: Do not seek in pipe fd during tracing data processing
Jiri Olsa
2020-05-28
perf tools: Do not display extra info when there is nothing to build
Jiri Olsa
2020-05-28
perf probe: Do not show the skipped events
Masami Hiramatsu
2020-05-28
perf probe: Check address correctness by map instead of _etext
Masami Hiramatsu
2020-05-28
perf probe: Fix to check blacklist address correctly
Masami Hiramatsu
2020-05-28
perf probe: Accept the instance number of kretprobe event
Masami Hiramatsu
2020-05-28
perf counts: Rename perf_evsel__*counts() to evsel__*counts()
Arnaldo Carvalho de Melo
2020-05-28
perf evsel: Rename perf_evsel__[hs]w_cache* to evsel__[hs]w_cache*
Arnaldo Carvalho de Melo
2020-05-28
perf evsel: Rename perf_evsel__new*() to evsel__new*()
Arnaldo Carvalho de Melo
2020-05-28
perf evsel: Rename *perf_evsel__get_config_term() & friends to evsel__env()
Arnaldo Carvalho de Melo
2020-05-28
perf evsel: Rename perf_evsel__fprintf() to evsel__fprintf()
Arnaldo Carvalho de Melo
2020-05-28
perf evsel: Rename perf_evsel__resort*() to evsel__resort*()
Arnaldo Carvalho de Melo
2020-05-28
perf evsel: Rename perf_evsel__object_config() to evsel__object_config()
Arnaldo Carvalho de Melo
2020-05-05
perf flamegraph: Use /bin/bash for report and record scripts
Arnaldo Carvalho de Melo
2020-05-05
perf cs-etm: Move definition of 'traceid_list' global variable from header file
Leo Yan
2020-05-05
libsymbols kallsyms: Move hex2u64 out of header
Ian Rogers
2020-05-05
perf bench: Add kallsyms parsing
Ian Rogers
2020-05-05
perf: cs-etm: Update to build with latest opencsd version.
Mike Leach
2020-05-05
perf symbol: Fix kernel symbol address display
Thomas Richter
2020-05-05
perf inject: Rename perf_evsel__*() operating on 'struct evsel *' to evsel__*()
Arnaldo Carvalho de Melo
2020-05-05
perf annotate: Rename perf_evsel__*() operating on 'struct evsel *' to evsel_...
Arnaldo Carvalho de Melo
2020-05-05
perf trace: Rename perf_evsel__*() operating on 'struct evsel *' to evsel__*()
Arnaldo Carvalho de Melo
2020-05-05
perf script: Rename perf_evsel__*() operating on 'struct evsel *' to evsel__*()
Arnaldo Carvalho de Melo
2020-05-05
perf sched: Rename perf_evsel__*() operating on 'struct evsel *' to evsel__*()
Arnaldo Carvalho de Melo
2020-05-05
perf lock: Rename perf_evsel__*() operating on 'struct evsel *' to evsel__*()
Arnaldo Carvalho de Melo
2020-05-05
perf kmem: Rename perf_evsel__*() operating on 'struct evsel *' to evsel__*()
Arnaldo Carvalho de Melo
[prev]
[next]