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
2011-12-23
perf: builtin-record: Provide advice if mmap'ing fails with EPERM.
Nelson Elhage
2011-12-23
perf tools: Fix truncated annotation
Ingo Molnar
2011-12-23
perf script: look up thread using tid instead of pid
David Ahern
2011-12-23
perf tools: Look up thread names for system wide profiling
David Ahern
2011-12-23
perf tools: Fix comm for processes with named threads
David Ahern
2011-12-22
perf report: Fix usage string
Namhyung Kim
2011-12-21
perf: Add support for PERF_HW_COUNT_REF_CPU_CYCLES
Stephane Eranian
2011-12-20
Merge branch 'perf/core' of git://github.com/acmel/linux into perf/core
Ingo Molnar
2011-12-20
Merge commit 'v3.2-rc6' into perf/core
Ingo Molnar
2011-12-20
perf test: Add more automated tests for event parsing
Jiri Olsa
2011-12-20
perf events: Tidy up perf_event__preprocess_sample
Namhyung Kim
2011-12-20
perf tools: Remove stale git headlines from top comment
Namhyung Kim
2011-12-20
perf tools: Fix a memory leak on perf_read_values_destroy
Namhyung Kim
2011-12-20
perf symbols: Fix error path on symbol__init()
Namhyung Kim
2011-12-20
perf symbols: Get rid of duplicated snprintf()
Namhyung Kim
2011-12-20
perf evlist: Fix errno value reporting on failed mmap
Nelson Elhage
2011-12-20
perf report: Document '--call-graph' for optional print_limit argument
Namhyung Kim
2011-12-20
perf evsel: Fix uninitialized memory access to struct perf_sample
Robert Richter
2011-12-20
perf record: Add ability to record event period
Andrew Vagin
2011-12-12
perf tools: Add ability to synthesize event according to a sample
Andrew Vagin
2011-12-12
perf script: Implement option for system-wide profiling
Robert Richter
2011-12-12
perf script: Fix mem leaks and NULL pointer checks around strdup()s
Robert Richter
2011-12-07
Merge branch 'perf/urgent' of git://github.com/acmel/linux into perf/urgent
Ingo Molnar
2011-12-06
perf header: Use event_name() to get an event name
Andrew Vagin
2011-12-06
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2011-12-05
perf: Fix parsing of __print_flags() in TP_printk()
Steven Rostedt
2011-12-05
perf stat: Failure with "Operation not supported"
Anton Blanchard
2011-12-02
perf test: Soft errors shouldn't stop the "Validate PERF_RECORD_" test
Arnaldo Carvalho de Melo
2011-12-02
perf test: Validate PERF_RECORD_ events and perf_sample fields
Arnaldo Carvalho de Melo
2011-12-02
perf event: Introduce perf_event__fprintf
Arnaldo Carvalho de Melo
2011-11-29
perf test: Allow running just a subset of the available tests
Arnaldo Carvalho de Melo
2011-11-29
perf evlist: Always do automatic allocation of pollfd and mmap structures
Arnaldo Carvalho de Melo
2011-11-28
perf tools: Save some loops using perf_evlist__id2evsel
Arnaldo Carvalho de Melo
2011-11-28
perf script: Add comm filtering option
David Ahern
2011-11-28
perf tools: make -C consistent across commands (for cpu list arg)
David Ahern
2011-11-28
perf top: Stop using globals for tool state
Arnaldo Carvalho de Melo
2011-11-28
perf tools: Rename perf_event_ops to perf_tool
Arnaldo Carvalho de Melo
2011-11-28
perf tools: Resolve machine earlier and pass it to perf_event_ops
Arnaldo Carvalho de Melo
2011-11-28
perf tools: Pass tool context in the the perf_event_ops functions
Arnaldo Carvalho de Melo
2011-11-28
perf annotate: Group options in a struct
Arnaldo Carvalho de Melo
2011-11-28
perf report: Group options in a struct
Arnaldo Carvalho de Melo
2011-11-28
perf tools: Use evsel->attr.sample_type instead of session->sample_type
Arnaldo Carvalho de Melo
2011-11-28
perf session: Remove superfluous callchain_cursor member
Arnaldo Carvalho de Melo
2011-11-28
perf event: perf_event_ops->attr() manipulates only an evlist
Arnaldo Carvalho de Melo
2011-11-28
perf evlist: Introduce id_hdr_size method out of perf_session
Arnaldo Carvalho de Melo
2011-11-28
perf symbols: Add nr_events to symbol_conf
Arnaldo Carvalho de Melo
2011-11-28
perf ui progress: Fix divide by zero
Arnaldo Carvalho de Melo
2011-11-28
perf record: Move 'group' to perf_event_ops
Arnaldo Carvalho de Melo
2011-11-28
perf session: Move threads to struct machine
Arnaldo Carvalho de Melo
2011-11-28
perf record: Move mmap_pages to perf_record_opts
Arnaldo Carvalho de Melo
[prev]
[next]